iWeb and Internet Explorer Problem

sam90802

Registered
Ok here's my problem, I designed a little site for my family reunion using iWeb. When I look at it on Safari or Firefox it looks fine. However when I look at it on MS Explorer it's all messed up. (www.jenningsbobo.com) I have tried playing with the site and republishing and no dice. This is my first time doing something like this and it's driving me insane. I would assume that the greater majority of my family is on PC and they are probably using MS Explorer. Can anyone offer some advice as to how I might fix the issue?

Thanks.
 
You need to simplify your css; you have a ton of convoluted tags in there that don't make sense, and inline styles that defeat the purpose and function of your css entirely.

You need to pick a layout and design your css around that. Looks like you have a 2 column centered layout with a header and footer. Picking the layout will help you organize the content without absolute measurements.

You have a lot of unneccessary javascript where css would do (ie. your links being the most obvious example).

Go here to learn more:
http://www.w3schools.com
 
I should have mentioned that I am VERY new to this, so I don't not fully understand that language. What does CSS mean?
 
First off thank you so much for replying to my post, I'm in the blind here.

See that's the thing, using iWeb not much of that is knowledge needed, well at least I thought, lol! I basically just used the tools in the program which are point and click for the most part.
 
Back
Top