9
Hi script_fu,
as someone who want's to be compatible to XHTML (which is not really usual
), I will try to help you.
removing the
td>
tr>
is correct (line 149 and 150, or 151 and 152
, which is the same).
But you have to add a
tr>
table>
just after the following lines:
td>
So the part of the source file will look like
...
td>
tr>
table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
...
Robert