Re: Help please

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 SPI

Received on Wednesday, 4 November 2009 11:10:32 UTC