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:)
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:)
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
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.
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.
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.
What should I use to make add spaces between paragraphs? then.
I will look into those DIV Errors
Hey I corrected all but a few - Which one is causing the bump in IE 5.5? Any help would be great!
This topic has been closed to new replies.