In IE this layout I made looks fine. But in mozilla the content box is way off to the right. If I change the positioning won't it change they way it looks in IE?
Here is the site
<!-- m --><a class="postlink" href="http://www.mattdudley.d2g.com/companyWEBSITE/">http://www.mattdudley.d2g.com/companyWEBSITE/</a><!-- m -->
my site
<!-- w --><a class="postlink" href="http://www.madddidley.com1">www.madddidley.com1</a><!-- w -->) Start with valid mark-up. See <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mattdudley.d2g.com%2FcompanyWEBSITE%2F">http://validator.w3.org/check?uri=http% ... WEBSITE%2F</a><!-- m --> for a few errors. One of them might be the problem.
2) HTML 4.0 was superseded by HTML 4.01 back in 1999.
3) The transitional DTD is for whimps, and I don't see anything there - outside of the errors - that isn't 4.01 Strict.
4) Use the full DOCTYPE already:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
I like the look of the page, I must say. Though, that might be the oxycontin they've got me taking.Try a clear:both; on your #content style.what is transitional DTD?also, I don't understand whats wrong with the comments? What does that mean?Having a broken wrist I'm typing with one hand, so I want to be brief.
The DTD specifies which version of HTML you are using. You are, and should be, using HTML 4.01 Strict.
In HTML, it's the double dash that makes the comment. If you have a line of dashes then you are toggling on and off the comment. If you want a line, use "=======".Originally posted by madddidley
what is transitional DTD? Originally posted by madddidley
also, I don't understand whats wrong with the comments? What does that mean? Did you even bother to read Ray's post?
Here is the site
<!-- m --><a class="postlink" href="http://www.mattdudley.d2g.com/companyWEBSITE/">http://www.mattdudley.d2g.com/companyWEBSITE/</a><!-- m -->
my site
<!-- w --><a class="postlink" href="http://www.madddidley.com1">www.madddidley.com1</a><!-- w -->) Start with valid mark-up. See <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mattdudley.d2g.com%2FcompanyWEBSITE%2F">http://validator.w3.org/check?uri=http% ... WEBSITE%2F</a><!-- m --> for a few errors. One of them might be the problem.
2) HTML 4.0 was superseded by HTML 4.01 back in 1999.
3) The transitional DTD is for whimps, and I don't see anything there - outside of the errors - that isn't 4.01 Strict.
4) Use the full DOCTYPE already:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
I like the look of the page, I must say. Though, that might be the oxycontin they've got me taking.Try a clear:both; on your #content style.what is transitional DTD?also, I don't understand whats wrong with the comments? What does that mean?Having a broken wrist I'm typing with one hand, so I want to be brief.
The DTD specifies which version of HTML you are using. You are, and should be, using HTML 4.01 Strict.
In HTML, it's the double dash that makes the comment. If you have a line of dashes then you are toggling on and off the comment. If you want a line, use "=======".Originally posted by madddidley
what is transitional DTD? Originally posted by madddidley
also, I don't understand whats wrong with the comments? What does that mean? Did you even bother to read Ray's post?