Results 1 to 2 of 2
Related
-
Do you recommend atlantic.net? Forum: Web Hosting Forum
Replies: 0 -
Please recommend a good, user-friendly website builder Forum: Website Scripts Forum
Replies: 8
-
10-23-2003, 09:43 PM #1
can anyone recommend how to fix this code?
Hi: I just validated my page with w3c and found 6 errors. Here they are below the dotted line. Please feel free to e-mail me directly at: dan@danscartoons.com as to how you would personally alter this code. I'm attaching the errors they list with actual lines of html that need to be altered.
Thanks to ANYONE for help!
Sincerely,
Dan
AKA: dinrock
----------------------------------------------------------------------------
Line 19, column 96: there is no attribute "BORDERCOLOR" (explain...).
...rder-collapse: collapse" bordercolor="#FFFFFF" width="760" id="AutoNumber1" h
^
Line 19, column 142: there is no attribute "HEIGHT" (explain...).
... width="760" id="AutoNumber1" height="808" bgcolor="#FFFFFF">
^
Line 47, column 170: "WEBSTYLE3" is not a member of a group specified for any attribute (explain...).
...gt;" startspan --><script webstyle3 src="navbar.js"></script><noscript><img
^
Line 47, column 185: required attribute "TYPE" not specified (explain...).
... --><script webstyle3 src="navbar.js"></script><noscript><img src="navbar.gif
^
Line 47, column 243: there is no attribute "EDITOR" (explain...).
...img src="navbar.gif?028ADE9E" editor="Webstyle3"></noscript><!--webbot
^
Line 47, column 254: required attribute "ALT" not specified (explain...).
...vbar.gif?028ADE9E" editor="Webstyle3"></noscript><!--webbot
^
---------------------------------------------------------------------
19: <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="760" id="AutoNumber1" height="808" bgcolor="#FFFFFF">
47: bot="Ws3FpEx" MODULEID="'default (project)\navbar_off.xws'" PREVIEW="<img src='navbar.gif?028ADE9E' editor='Webstyle3' border='0'>" startspan --><script webstyle3 src="navbar.js"></script><noscript><img src="navbar.gif?028ADE9E" editor="Webstyle3"></noscript><!--webbot
-
10-24-2003, 07:59 AM #2
1. Delete bordercolor="#FFFFFF" and put border-color:#ffffff; after style="........
2. Just what it says....there is no attribute "height" for a TABLE tag. "Height" is an attribute for a TD tag.
3. Whatever "Websyle3" is, you could probably delete any reference to it. (ie. delete the bold type here:
Code:bot="Ws3FpEx" MODULEID="'default (project)\navbar_off.xws'" PREVIEW="<img src='navbar.gif?028ADE9E' editor='Webstyle3' border='0'>" startspan --><script webstyle3 src="navbar.js"></script><noscript><img src="navbar.gif?028ADE9E" editor="Webstyle3"></noscript><!--webbot
Sometime's things depend on the DOCTYPE that's declared for the page. It would be nice to see all the code to see what other alternatives could be made other than the ones I described.
Cheers
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum