[Typo3] Newstemplate problem

Mischa Koning t3 at xoning.com
Fri Feb 4 17:15:42 CET 2005


found a <table>-tag problem in your Template:

have a look around somewhere in the middle part of the code, the
part where it sais <table..... width="98%">

1. the <tr><td>-tags are missing before
2. the </td></tr><tr> tags are missing after 

the correct html should therefore be:

<tr><td>

<table border="1" cellspacing="0" cellpadding="1" width="98%">
 <tr>  <td valign="top">  </td> </tr>
</table>

</td></tr>
<tr>

regards, mischa


More information about the TYPO3-english mailing list