Forum Moderators: not2easy
I've managed to float the profile box (just <DIV> text with a background) on the left with text in a box (not floated) on the right, but the box on the right actually fills 100% of the width and runs underneath the floated left box. Is there any way of just having a text box floated on the left and the other text continuing after it rather than the box sitting underneath it? I'd like to have a narrow line of background colour between the two boxes.
Or alternatively, are tables the best way to go?
I've been doing CSS for about two days, so I'm still very much a beginner at this. Any assistance greatly appreciated... :)
Or alternatively, are tables the best way to go
As far as I'm concerned forums like this one here are tablular data, or close enough to it not to matter.
I'd use a table.
You could absolutely position the left box and then a use a left-margin to the right box to cover the space taken on the left...
Nick
[edited by: Nick_W at 5:28 pm (utc) on Feb. 10, 2003]