Re: table formatting
Richard wrote:
[color=blue]
> According to information given so far, try this in CSS:
>
> <style>
> .contain {height:300px; width:300px;}
>
> .leftcol { width:100px; height:300px; border:2px solid red; float:left; }
> .row1, .row2, .row3, .row4 { width 190px; height:70px; border:2px solid
> blue; }
> </style>[/color]
That's a brittle solution that will fail when a user chooses an
unexpectedly large font size.
--
Brian
Richard wrote:
[color=blue]
> According to information given so far, try this in CSS:
>
> <style>
> .contain {height:300px; width:300px;}
>
> .leftcol { width:100px; height:300px; border:2px solid red; float:left; }
> .row1, .row2, .row3, .row4 { width 190px; height:70px; border:2px solid
> blue; }
> </style>[/color]
That's a brittle solution that will fail when a user chooses an
unexpectedly large font size.
--
Brian
Comment