|
| I am developing a barebones theme for some
pages on the portal and have 3 portlets on every page.
The default.jsp for the theme reads:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib uri="/WEB-INF/tld/portal.tld" prefix="wps" %>
<%@ include file="TagLibInclude.jsp" %>
<wps:constants/>
<html>
<%@ include file="Head.jsp" %>
<body>
<wps:screenRender/>
</body>
</html>
Now wps.screeRender adds a <table> tag with 3 nested tables for the 3 portlets arranged one below the other on the page.
This causes some conflict on one of the portlets output and causes issues in the overall page look and feel.
Now I understand this is standard portal behaviour to add the tables but is there a way to switch that "off" at a theme or page level??
Thanks in advance!
msinghanand
|
|