PDA

View Full Version : Can someone help me with attributes.


ezymoneyathome
01-07-2006, 10:20 PM
Hi guys an gals

Im looking for some help here. I have only three errors to fix on my page and having a rough time. I tried changing these to CSS but it distorted my GIF picture. Here are the errors below any ideas would be appreciated.

Line 18 column 48: there is no attribute "BACKGROUND".
<td vAlign="top" width="729"background="comptile3591.gif">

Error Line 78 column 136: there is no attribute "BORDERCOLOR"....rder-collapse: collapse" bordercolor="#FFFFFF">

Line 150 column 81: there is no attribute "HEIGHT".
...llspacing="0" cellpadding="0" height="263">

Thanks Kevin

wyvern
01-08-2006, 08:40 AM
Hi Kevin,

The first problem listed is exactly what it says. Background is not an attribute that can be used with td. I think to set this small area background, it will have to be done through css.

As for the others, without the entire line that is getting the error, it's difficult to know the exact problem, but it probably is the same issue, trying to use something that doesn't exist.

Good luck,

Ken MacKenzie