On Wed, 04 Nov 2009 10:34:49 -0000, Phil Ainley <phil@flockofpigs.co.uk> wrote: > <td width="25" td id="sidebarright" valign="top"> You have an extra "td" in there. <td width="25" td id="sidebarright" valign="top"> should be <td width="25" id="sidebarright" valign="top"> Also, you might want to replace valign with the appropriate CSS properties. As to the other errors, you need to close tyour <td> bevore closing the <tr> and you need to close the <tr> before closing the <table>. --- Rui del-Negro CG&A - Azul SPIReceived on Wednesday, 4 November 2009 11:10:32 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:38 GMT