QUOTE(DanG @ July 26 2008, 01:03 AM)

I like what you've done with yours....I don't know that I understand what you've done, but I like it
seriously, I'm css-impaired...
Perhaps because of my bad english

Second try:
1. In every template file (index.php and all the others) I added a div (<div id="articles"> as an outside wrapper for all the content between header and footer. Don't forget to close the div.
2. In the css I changed the width of wrapper, header, navbar, articles, content, footer and so on - the width of my blog is 950px and the content 830px because I like pictures LARGE. Now the old border is messed up.
3. I deleted the old border-gifs from the css (content.gif, contenttop.gif, contentbot.gif).
4. Changed the css once more:
Old:
#content {
width: 640px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}New:
#content { width: 830px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;}
#articles{ width: 950px;
margin: 0px auto 0px;
padding: 20px 0px 0px 0px;
border: 1px solid #000;}
I'm not very talented explaing this

. If you have a test version online send me a pm and I'll review your css.
Michael
__
http://www.yvonne-zemke.de/blog