The layout on the page is supposed to be a 200px column on the left, and the right column fills the rest of the screen
So I have my two content placeholders in there, but for the life of me I cant seem to get the right one to just expand to fill the container
- container is 100% x 600px (so fills to browser width, 600px in height)
- inside that, the left and right cols float left
- Left col width: 200px, margin-right:20px
- Right...? If I give it 100% it truncates to a new line...
Am I missing something, is this even possible?
...
Go to the complete details ...