Guys after reading this thread I got very interseted, so I read thru alot of stuff and I plan on writing stricter code to become xhtml compliant. If one of you guys could take the time to explain these things to me it would be greatly appreciated. I read there explinations, but was not very clear.
1) Line 8, column 52: required attribute "TYPE" not specified (explain...).
<SCRIPT LANGUAGE="JAVASCRIPT" SRC="java/rollover.js"></SCRIPT>
^
2) Line 9, column 48: required attribute "TYPE" not specified (explain...).
<SCRIPT LANGUAGE="JAVASCRIPT" SRC="java/date.js"></SCRIPT>
^
3) Line 12, column 17: there is no attribute "LEFTMARGIN" (explain...).
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth=
^
4) Line 12, column 31: there is no attribute "TOPMARGIN" (explain...).
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth=
^
5) Line 12, column 47: there is no attribute "RIGHTMARGIN" (explain...).
...margin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" mar
^
6) Line 12, column 64: there is no attribute "BOTTOMMARGIN" (explain...).
...gin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" tex
^
7) Line 12, column 80: there is no attribute "MARGINWIDTH" (explain...).
...gin="0" bottommargin="0" marginwidth="0" marginheight="0" text="666666">
^
8) Line 12, column 97: there is no attribute "MARGINHEIGHT" (explain...).
...gin="0" marginwidth="0" marginheight="0" text="666666">
^
9) Line 18, column 67: required attribute "ALT" not specified (explain...).
...g src="images/header.jpg" width="750" height="151"></td>
^
10) Line 23, column 70: there is no attribute "HEIGHT" (explain...).
...der="0" cellspacing="0" cellpadding="0" height="1">
^
11) Line 32, column 34: there is no attribute "HEIGHT" (explain...).
<tr align="center" height="15" width="750">
^
12) Line 32, column 45: there is no attribute "WIDTH" (explain...).
<tr align="center" height="15" width="750">
^
13) Line 63, column 81: required attribute "ALT" not specified (explain...).
..._welcome.gif" width="750" height="20"></td>
^
14) Line 108, column 49: required attribute "TYPE" not specified (explain...).
<SCRIPT LANGUAGE="JAVASCRIPT">gettheDate();</SCRIPT>
^
15) Line 112, column 104: required attribute "ALT" not specified (explain...).
...ad_quote.gif" width="180" height="19"></td>
^
16) Line 120, column 108: required attribute "ALT" not specified (explain...).
...mergency.gif" width="180" height="19"></td>
^
17) Line 128, column 103: required attribute "ALT" not specified (explain...).
...ead_news.gif" width="180" height="19"></td>
^
18) Line 136, column 105: required attribute "ALT" not specified (explain...).
...d_recent.gif" width="180" height="19"></td>
^
19) Line 141, column 8: document type does not allow element "BR" here; missing one of "TH", "TD" start-tag
<br>
^
20) Line 164, column 82: required attribute "ALT" not specified (explain...).
...ef="index.html" onFocus="this.blur()">
^
I understand the alt tag ones, but the others are a little confusing. Not even a year solid with html yet, so please forgive my ignorance.
Thanks for your time.
csatterwhite@orlandomediasolutions.com