Results 1 to 8 of 8

Thread: Validating xHTML

  1. #1
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default Validating xHTML

    I'm not new to HTML by any means but I'm having some serious issues with this. I think my problem is that when I began my website I was using deprecated codes and amateur HTML. Now it's all coming back to bite me though. I'm trying to validate my website's XHTML and it's not going to well. I have a plethora of problems going on here and, because I'm awful with HTML apparently, I cannot fix it.

    My website is http://vivid-avenue.net and here is the list of errors and what not: http://validator.w3.org/check?uri=ht...idator%2F1.654

    I've worked with validator before and I've it completely validated but apparently I changed some things and I now have problems again. :/ Honestly, I have no idea how to fix most of that. It would be great if someone could help me out and kindly excuse my amateur coding skills. Thanks!
    Last edited by sparklingsky; 10-21-2009 at 11:16 PM.

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Try fixing one thing at a time, most of the time one thing causes a cascade effect of errors...

    For valid (x)HTML, tags must by in lowercase, for instance, you have <SCRIPT..., and it should be <script....

    There's an A tag that self closes (/>). That's causing a bunch of errors.

    The CENTER tag doesn't exist in (x)HTML, it was deprecated. Instead use CSS, style="text-align:center" in the parent element.

    The allowtransparency attribute was deprecated as well... Simply take it out.

    Hope this helps!

    Cheers,
    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. The Following User Says Thank You to X96 Web Design For This Useful Post:

    sparklingsky (10-18-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much! I am now validated, I really appreciate that! I actually have another question, however, this time it is about validating my CSS. For some reason when I put my URL in the validator, I receive this page: http://jigsaw.w3.org/css-validator/v...ning=1&lang=en

    I have NO idea why this is coming up. :/

  5. #4
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Instead of putting in your web site URL, put in your stylesheet URL:
    Code:
    http://www.vivid-avenue.net/wordpress/wp-content/themes/bang/style.css
    By the way - it's valid! see...

    Cheers,
    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  6. The Following User Says Thank You to X96 Web Design For This Useful Post:

    sparklingsky (10-18-2009)

  7. #5
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Oh, okay ahha. I validated last night with the input box haha that's why. But thanks, I didn't think of using the URL to my stylesheet. Thanks so much again!

  8. #6
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Ugh, I seem to have a whole bunch of new errors again in my xhtml because I accidentally did something to my footer. They all seem to be the same thing. Any suggestions on these?

  9. #7
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Can't help you much when you're site's down...

    Cheers,
    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  10. #8
    Join Date
    Feb 2009
    Posts
    50
    Thanks
    12
    Thanked 0 Times in 0 Posts

    Default

    Haha sorry, I was changing some things. I switched some of my pages to Wordpress pages. I'm still working on changing the rest though haha.

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
  •