I have wittled down my errors from 12 to 2, but the 2 it shows i can't
really do anything about.
1. Line 126, column 48: there is no attribute "COLOR"
<td height="1" colspan="5"><hr size="1" color="#CCCCCC" ></td>
2. Line 286, column 27: there is no attribute "BACKGROUND "
<td width="4" background="rig ht-bittorrent-bg.gif"> </td>
For the first if I delete the color attribute obviously it changes colour
which isn't what i want.
For the second i'm not really sure about.
Dreamweaver MX suggests both the COLOR and BACKGROUND attributes on it's
auto pop-up thing while you're typing, so either DW is wrong or the
validator is wrong. What am I doing wrong to get these errors?
At the top i have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
really do anything about.
1. Line 126, column 48: there is no attribute "COLOR"
<td height="1" colspan="5"><hr size="1" color="#CCCCCC" ></td>
2. Line 286, column 27: there is no attribute "BACKGROUND "
<td width="4" background="rig ht-bittorrent-bg.gif"> </td>
For the first if I delete the color attribute obviously it changes colour
which isn't what i want.
For the second i'm not really sure about.
Dreamweaver MX suggests both the COLOR and BACKGROUND attributes on it's
auto pop-up thing while you're typing, so either DW is wrong or the
validator is wrong. What am I doing wrong to get these errors?
At the top i have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Comment