Viewing 3 replies - 1 through 3 (of 3 total)
  • Start by sorting out the markup errors. Then move onto the CSS errors.
    http://codex.wordpress.org/Validating_a_Website

    Thread Starter GarryRai

    (@garryrai)

    Hello,

    Thanks for the fast reply. I looked at the errors and I don’t have an idea where to begin to correct them. If you could just steer me in the right direction I would really appreciate it.

    I am just looking to have the Social Media Links to show in the correct spot as it does in Firefox. I am trying to get my site launched for now and this is the main thing holding me down.

    Thanks so much!

    Dil

    On the error link Show Source and Revalidate, and the bad line numbers become links, it is mainly the img tags are not closed

    Un-Closed Example last characters

    <img src="http://mysite.com/wp-content/themes/my-theme/images/image.png">

    There are two ways to close a tag
    Closed Examples last characters

    <img src="http://mysite.com/wp-content/themes/my-theme/images/image.png" />
    
    <img src="http://mysite.com/wp-content/themes/my-theme/images/image.png"></img>

    The css errors are browser specific classes moz- etc:, so sort out the tags.

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment Issues in IE’ is closed to new replies.