Page is a not externally linkable
lucy24 - 10:02 pm on Mar 10, 2012 (gmt 0)
Ooh, this is maddening.
I'm picturing an overall structure that goes like this:
<body> + css with overall background-image
<header> + css, ditto
some stuff here
</header>
<uber-div>
whose sole purpose is to contain the left and right sides and make them come out even
<leftside>
buncha stuff here
</leftside>
<rightside>
more stuff here
</rightside>
</uber-div>
<footer> + css including background-image
some stuff here
</footer>
</body>
Is that the general layout?
By this time, a lot of people would have said, Oh, ### it, I'll just use a table ;)