Hi Everyone, Thanks for having such a great forum. I just found you and have been busy reading and soaking up information.
I'm having some problems. I hope someone can help.
I'm trying to validate my html document using:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<HEAD>
<TITLE>Title Here</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
and I keep getting two error messages:
1. Line 62, column 27: there is no attribute "HEIGHT" (explain...).
height="110" cellpadding="0"
^
2. Line 75, column 56: there is no attribute "BACKGROUND" (explain...).
background="./images/greygrad.gif">
^
I've tried with just about every imaginable choice imagineable. My page is pretty simple ... it has some javascript and uses CSS extensively ... but nothing out of the norm. And I just can't get these last two errors.
Does anybody have any idea what alternative I can use?
Thank You.
Darla