Suppress table in s3-section
Hi John,
I have a question regarding portal layouts.
When defining a s3-section like this:
<s3-section id="1"/>
it renders the following code in the resulting HTML:
<table cellspacing="0" cellpadding="0" border="0" width="">
<tr>
<td style="width:100%; height:100%;">
<!-- Portlet content goes here -->
</td>
</tr>
</table>
Is it somehow possible to suppress the rendering of a table for a
s3-section?
I have a DIV-based layout without any table but the portlet placeholders
are still rendered as a table.
Maybe you have any idea.
Greetings, Thilo
|