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