|
Hi Adam,
yes, what you showed in your example is similar to what I am looking for. Previously I have already tried your suggestion which gives an output exactly like your page which is part of the problem. If I put the closing div tags around all of the other divs, the gutters then end up to the far right and far left part of the page. They are not but-up against the main content area. Your suggestion makes logical sense but for some reason it doesn't give the output i expect.
The main outer div has a width of 760px. Then there are three div's within the main outer one. Two of the div's are the gutters which have a width of 20 px's and the other div (which contains the main image) has a width of 720px's.
psuedocode example:
<div width=760px>
<div gutterRight= 20px>
<div gutterLeft = 20px>
<div mainArea = 720px></div>
</div>
</div>
</div>
This puts the gutters to the far right and left as mentioned before.
I'm still baffled.
|