Kenneth Stephen wrote:

> What I see is col1 through col8 laid out on the same line, whereas 
> what I want to see is col1 through col4 on one line and col5 through 
> col8 on the next line. How can I do that?

In your case, just add...

.row {clear: both;}

...but if you want a real "table layout using only CSS", then CSS table
properties will get you even closer...

<http://www.gunlaug.no/tos/moa_11g.html>

...in all CSS 2/2.1 capable browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to