iluvperl
Programmer
- Jan 22, 2006
- 107
Hi guys. Not too savvy with web design (programmer though) and created one with Photoshop CS2/Image Ready.
Second template ever and it's pretty simple. It only came up with 6 errors on the W3C validation.
Can someone help me sort these out? I want to be totally compliant.
My URL is The W3C url is
Thanks for your help everyone.
Second template ever and it's pretty simple. It only came up with 6 errors on the W3C validation.
Can someone help me sort these out? I want to be totally compliant.
My URL is The W3C url is
Code:
1. Line 1 column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>".
<html>
2. Line 62 column 35: there is no attribute "LEFTMARGIN".
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheigh
3. Line 62 column 49: there is no attribute "TOPMARGIN".
...r="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onl
4. Error Line 62 column 65: there is no attribute "MARGINWIDTH".
...margin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preloadImag
5. Error Line 62 column 82: there is no attribute "MARGINHEIGHT".
...gin="0" marginwidth="0" marginheight="0" onload="preloadImages();">
6. Error Line 64 column 40: there is no attribute "HEIGHT".
<table id="Table_01" width="801" height="601" border="0" cellpadding="0" cellspa
Thanks for your help everyone.