eeek

msg:3888630 | 2:57 am on Apr 9, 2009 (gmt 0) |
Have you tried running the page through an html verifier?
|
tangor

msg:3888641 | 3:05 am on Apr 9, 2009 (gmt 0) |
What development ap are you using to create the pages? Are you viewing results in browsers before posting?
|
CLTaylor

msg:3888670 | 3:45 am on Apr 9, 2009 (gmt 0) |
Haven't used an html verifier before, where can I get one? I'm developing in Expression Web and I have previewed it in browsers from there, but can't duplicate this problem.
|
eeek

msg:3888689 | 4:18 am on Apr 9, 2009 (gmt 0) |
| Haven't used an html verifier before, where can I get one? |
| Sigh. You go to Google and typing in "html verifier".
|
tedster

msg:3888710 | 4:51 am on Apr 9, 2009 (gmt 0) |
It's more common for this to be called a "validator". The W3C is the standards body and they have a free online validator that is very easy to use: W3C Validator - HTML [validator.w3.org] W3C Validator - CSS [jigsaw.w3.org]
|
rocknbil

msg:3889017 | 2:54 pm on Apr 9, 2009 (gmt 0) |
| So she has to scroll down to see my web page, but all of the navigation is still at the side. |
| Once validated, I will bet you have something "clearing" the main content or the funky way IE manages the box model causes it to not fit in your container in IE. Zeroing out/reducing margins/paddings wil probably fix it, but as suggested, validate it first. Sensible browsers:
container--------------- nav-- content ---------- ----- ------------------
Probable case in IE:
container--------------- nav-- ----- content ---------- ------------------
|
CLTaylor

msg:3889068 | 4:26 pm on Apr 9, 2009 (gmt 0) |
I'm familiar with the html validator. I appreciate all of your help very much.
|
|