We have developed a component with JSPDynpage, the jsp file contains only html and the css reference:
<%String baseURLPathToCSS = componentRequest.getWebResourcePath()+"/css/";%>
<html>
<head>
<title>DeSevilla - Noticias</title>
<link rel="STYLESHEET" type="text/css" href="<%=baseURLPathToCSS%>main.css">
</head>
<body>
<div id="cuerpo_pagina_noticias">
<div id="cabecera">
<h3 class="texto2_1">Noticias</h3>
<h4 class="texto0_1">Corporativas</h4>
</div>
</div>
</body>
</html>
The problem is that when we create an iView based on this component at the bottom of the iView the portal adds a lot of space, we have tried to change the heigth to fixed but didn't work.
Anybody knows how adjust the border of the iView to the html.