Posted on: 05/31/02 08:53am
By: Anonymous (raffaele)
When I put a table in a new block,
the program put a <br /> after every row of code.
Like this:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<br />
<tr>
<br />
<td width="6%"><img src="img/icone/nr.gif" width="36" height="36"></td>
<br />
<td width="94%"><b><font size="3"> I nostri links</font></b></td>
<br />
</tr>
<br />
</table>
Hmm
Posted on: 05/31/02 11:11am
By: Dirk
Yeah, that's not nice. The problem is that normal blocks don't distinguish between a plain text and an HTML mode like stories do. Instead, they accept both which can lead to the result you experienced.
Write the entire table in one line. It's not nice to edit, but at least you will get rid of the <br> tags that way ...
bye, Dirk