Stop Microsoft

Miscellaneous => Programming & Networking => Topic started by: billy_gates on 27 January 2003, 03:49

Title: Updating Page to 4.01
Post by: billy_gates on 27 January 2003, 03:49
I need help updating my site to full HTML 4.01. I have the w3 validator address. (http://validator.w3.org/check?uri=http%3A%2F%2Fjeffberg.homelinux.com%3A6969&charset=%28detect+automatically%29&doctype=%28detect+automatically%29&ss=1)  I just don't see any way to get passed the alignment errors, and then there are errors for links to php pages near the bottom.  I have scoured the w3 site and found the manual for 4.01.  I was able to fix the colors thart I had using CSS, but when I went to the tables section it said to use align and valign, etc, but in the validator it says I can't.  Please help
Title: Updating Page to 4.01
Post by: flap on 27 January 2003, 04:25
Remove the "align" attribute from line 14.

Replace all the ampersands in those links with
&

Don't know about the flash embedding. You'll have to use object and param tags instead of embed, but I don't know how exactly.

[ January 26, 2003: Message edited by: flap ]

Title: Updating Page to 4.01
Post by: raptor on 28 January 2003, 06:49
define the document type with <!DOCTYPE
Title: Updating Page to 4.01
Post by: billy_gates on 29 January 2003, 02:40
I have had a doctype for a while, before I posted to this site.

Thanks for the help flap

[ January 28, 2003: Message edited by: Billy Gates: Mac Commando ]