This is a first for me using fulltime CSS since I’ve just been using tables since. I would like to know if you have you two columns, how is it possible to create small space in between? Just add another div and give it say 5px? Also, W3’s CSS Validator says:
Line : 3 (Level : 1) You have no color with your background-color : body
Well, wheres your 2nd content column? All I see is a header and iFrame… BTW, when you do make two columns, lets say Main and Sidebar, you can add padding to one of them to make the visual effect of 5px of whitespace… Also, just use the Background tag, you can use so much more with it.
EDIT OH, I think I get your question now. You want white space between your header div and content div? Well, at the way your doing it now, make the whitespace div the same width as the others. That way you will see the whitespace… Also, give it a height
I was working on this yesterday night and when I previewed it in Firefox, everything look good but when I uploaded it, everything messed up. This is what I am doing and I can’t get it right.
My code:
ActionScript Code:
[FONT=Courier New][LEFT]body[COLOR=#000000]{[/COLOR]
background-[COLOR=#0000ff]color[/COLOR]:[COLOR=#808080]#ffffff;[/COLOR]
[COLOR=#0000ff]color[/COLOR]:[COLOR=#808080]#333333;[/COLOR]
font-family:Georgia, [COLOR=#ff0000]“Times New Roman”[/COLOR], Times, serif;
font-[COLOR=#0000ff]size[/COLOR]:9px;
font-weight:normal;
margin:45px;
[COLOR=#000000]}[/COLOR]