Originally posted by Fergie
My code format sucks – since it’s css and div’s, rather than tabled, I can’t find a way to get the body anywhere but at the bottom, after both the left and right side-bars.
Actually, one of the benefits of switching from tables to CSS is that you can put your important stuff at the top of the source. I only looked briefly at your CSS, and I don’t know for sure that it can be accomplished with relative positioning, but there should be a way to make your main body text be the first thing in your HTML.
I use absolute positioning to do this trick at http://www.slotcharts.com
The CSS is at http://www.slotcharts.com/main.css
I learned a lot from this book:
HTML Utopia: Designing without Tables
Warning: Affiliate Link!
http://www.amazon.com/exec/obidos/ASIN/0957921829/theblackjacbasic
By the way, CasinoGeek.net is a very attractive layout. Nice work!