raffaele

Anonymous
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>

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
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