- From: Dag-Erling Smørgrav <des@des.no>
- Date: Tue, 03 Nov 2009 15:28:37 +0100
- To: Phil Ainley <phil@flockofpigs.co.uk>
- Cc: <www-validator@w3.org>, <thathm@oddie.com.au>, <jkorpela@cs.tut.fi>
Phil Ainley <phil@flockofpigs.co.uk> writes: > I have managed to whittle the errors down to 1, but I can't sort it, can > anyone help at all please? > [...] > 1. Error Line 67, Column 50: Attribute "background" exists, but can > not be used for this element. > > <td width="25" valign="top" > background="images/shadowlt.gif"> </td> A td element can't have a background attribute. Use a style sheet instead. DES -- Dag-Erling Smørgrav - des@des.no
Received on Tuesday, 3 November 2009 14:29:06 UTC