1. anytime you post any type of script please wrap it in [c.ode][/c.ode] (w/o periods)... Those are formated a certain way for us to help you out.
2. If you wanted to make it the entire width of the viewport, then add
Code:
...
min-width: 720px;
width: 100%;
...
to your body selector. there is no need to use your html tag.
3.
Code:
#header{text-align: center}
add that to center the text horizontally.
4.
vertical-align: absmiddle;
Not sure what you mean but this so I am going to take a guess and say that abs is a typo of some sort? take out abs and that will center it vertically
5.
My real problem is when I veiw it in FF the header is out of control.
That is because Firefox shows you how its supposed to be rendered, and IE makes it's own rules.
6.
I can't get ridded of the space above the space above and below the background image
Please use spell check / self edit... that is very confusing? Is it supposed to say I can't get rid of the space above and below the bg img... ??
Code:
img{
margin: none;
padding: none;
}
7. [quote]Also how would I keep the text in the <p> from extending past the indent after it wraps?
[\quote]
yes declare a specific width and margins on the side with image.
8. As better coding practice / debugging it is easy to indent your code .
8.1 also anytime you use a character code eg you really need the semi-colon's to be valid
Bookmarks