View Single Post
  #1 (permalink)  
Old Dec 31st, 2007, 01:26
Joolsd186 Joolsd186 is offline
Junior Member
Join Date: Aug 2006
Location: UK Sussex
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] CSS wrapper affecting body

I am doing a website for a friend as a favour, so I thought I would experiment with external CSS style sheets. I’m very new to this technique.

I have tried to avoid using tables and try to do the whole layout in a CSS wrapper,

The problem is that the body text seems to be affected by the wrapper, so that I can’t align the text left or give the text a margin. However within the html the <div id="content"> tag needs to be within the <div id="wrapper"> in order to nest within the layout which the wrapper produces.

In a nut shell I can’t control the body text on its own. All text on the page is affected by the wrapper including the navigation.

It could be that something in the CSS isn’t working, or a DIV is in the wrong place?
Or the way the CSS links up, or the way each CSS rule is named?

http://www.fireintheholeproductions.com/

http://www.fireintheholeproductions....heholemain.css

I hope this makes some sense?

Many thanks
Reply With Quote