[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
On Sunday 01 January 2006 7:48 pm, Paul Sutton wrote: > hi > > I have just redone my home page, using html and css Paul, your HTML is just plain bad. There are lots of attributes to tags that you are simply omitting and others you simply add that don't exist. It'll take too long to explain all the replacements you need. <script LANGUAGE="JavaScript"> is plain wrong, replace with <script type="text/javascript"> http://www.codehelp.co.uk/query/glossaryS.shtml#script Same with <style> There is no valid tag with that form, you MUST specify the type: http://www.codehelp.co.uk/query/glossaryS.shtml#style <style type="text/css"> Fix your HTML according to the CodeHelp Glossary and then I'll help if you have any remaining problems. HTML cannot be just thrown together or exported as if by magic. It needs to be validated and that requires a little editing and a little browsing. CSS hasn't got a hope without valid HTML. Go through every single error on the W3C validator page, look up the tag itself in the codehelp glossary and FIX the HTML! -- Neil Williams ============= http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/
Attachment:
pgpjGDP8mUP4s.pgp
Description: PGP signature