a couple of problems with my html

Discussion in 'HTML - XHTML - CSS' started by goldplating, Jun 16, 2007.

  1. goldplating New Member

    Validator click this to validate my site

    Hi All Again,

    Just wondering if anyone can help with the validator above as i have 58 faults and now sure how to go about fixing them. Please can someone help.
    Many Thanks
    Lee

    www.gold-plating-uk.co.uk
  2. goldplating New Member

    Hi All,
    Regarding the above message. I have managed to get my faults down now to just 5. Please can someone help me try to get the 5 fixed as it is getting hard now to work it out.
    Please someone help.
    Many Thanks
    Lee
  3. lmfrench New Member

    I will take a look.
  4. lmfrench New Member

    First error...change your first few lines to the following:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    That will also take care of error two. The third error speaks for itself...take out that attribute v:shape to fix it. You have to use XHTML strict and that is not a strict attribute, also on Error 5 take the </p> out and replace that with <p /> if you read over the w3c standards you would find out that the <br></br> <p></p> isn't considered XHTML strict...you have to use those particular tags like this <p /> or <br /> instead.
  5. goldplating New Member

    Hi Lisa,
    Thanks for replying to me. I have managed to get my faults down now to just 1. I hope i haven't messed everything up as when i change the doctype to strict it brings up more faults. Also my web server is saying on the meta tag analysis that i have no title tag. I have 1 in place but it says i haven't. I will not touch the code now until i get a reply from you so i don't do anything wrong. Hope you can help.
    Many Thanks
    Lee
  6. goldplating New Member

    Hi Lisa,
    Just to let you know i have converted my doctype back to strict as you said and tried to fix a couple of errors. I can't seem to get it any better. I need help. I know you are the best for this. Please help.
    Many Thanks
    Lee