Forums

Oh My IE 5.5 The thing you do to me!! HELP PLEASE (7 posts)

  1. ifcure08
    Member
    Posted 3 years ago #

    I have am attempting to fix www ifoundthecure com in IE 5.5 it keeps putting the post at the bottom. Any ideas? Do I need to Clear it?

    <div style="clear: both;"></div>???

    Thanks for any HELP:)

  2. whooami
    Member
    Posted 3 years ago #

    start here:

    http://validator.w3.org/check?uri=http://www.ifoundthecure.com/

    you have quite a few structural problems, including at least one related to a <div> tag

  3. ifcure08
    Member
    Posted 3 years ago #

    That was useful but I still don't know were the issue is? How do I find line 337 where the DIV TAG is and what does there error mean. Why only IE 5.5 seems like something in the CSS, but I am no sure.

  4. iridiax
    Member
    Posted 3 years ago #

    For the validator, click the Show Source option and then click Revalidate. You can then click on the line number in the error and go to that spot in your code. Here is your validation report with source.

    Since many of your errors appear to be due to using HTML 4 code in an XHTML theme, you should also review the difference between HTML and XHTML.

    Unclosed or improperly nested div tags are a serious error and major cause of display problems, and they are something that MUST be fixed.

  5. iridiax
    Member
    Posted 3 years ago #

    I see lots of unclosed paragraphs in your code (no closing </p>):

    <p style="text-align: justify;">
    <p style="text-align: justify;">
    <p style="text-align: justify;">

    You should get rid of these.

  6. ifcure08
    Member
    Posted 3 years ago #

    What should I use to make add spaces between paragraphs? then.

    I will look into those DIV Errors

  7. ifcure08
    Member
    Posted 3 years ago #

    Hey I corrected all but a few - Which one is causing the bump in IE 5.5? Any help would be great!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags