Results 1 to 4 of 4

Thread: HTML Validation questions

  1. #1
    Join Date
    May 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML Validation questions

    Hello everyone,

    Im new to the forum and look forward to being a long lasting member. I am trying to validate my website, the page i am doing at the moment is http://www.swiftmediauk.co.uk/portfolio.php.

    If you go to http://validator.w3.org/check?uri=ht...doctype=Inline you will see that there are only 2 errors to correct, however i havent got a clue how to resolve these 2 errors. is anybody able to offer any advice PLEASE?

    Thanks Sooo much.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    <meta name="MSSmartTagsPreventParsing" content="false"/>
    Why do you have that there? Firstly, Smart Tags in IE have been dropped. Secondly, it's "false" (which means "Yes, by all means pepper my site with inappropriate ads and make money at my expense") by default (or would be, if IE were to have Smart Tags).

    Simply put, you a have three-level-deep nested-table arrangement there, and you've forgotten to close one of them.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    May 2006
    Posts
    259
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Haha... I ran a text on my index page and I've got so many errors that it would take all day to fix them!

    Oh well... Good thing I'm not doing this for a living huh!
    "Only dead fish flow with the stream".
    - Unknown

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Haha... I ran a text on my index page and I've got so many errors that it would take all day to fix them!
    Start from the top... remember that some of the errors higher up may be causing a lot of the errors lower down, so there probably isn't as much to do as you think there is
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •