news.codecharge.com
|
| Posted: 10/16/2002, 3:26 PM |
|
Hi.
When using CSS how can i set the width of a table?
Thanx in advance
Alfred Trabulsi
|
|
|
 |
Bo Ugljesic
|
| Posted: 10/17/2002, 10:24 AM |
|
<TABLE STYLE="WIDTH: 100px">
"news.codecharge.com" <atra@intelexis.com> wrote in message
news:aokp2k$b16$1@news.codecharge.com...
> Hi.
>
> When using CSS how can i set the width of a table?
>
> Thanx in advance
> Alfred Trabulsi
>
>
|
|
|
 |
Bo Ugljesic
|
| Posted: 10/17/2002, 10:30 AM |
|
In the style sheet for the class "StyleName"FormTable { width: 100px;}
"news.codecharge.com" <atra@intelexis.com> wrote in message
news:aokp2k$b16$1@news.codecharge.com...
> Hi.
>
> When using CSS how can i set the width of a table?
>
> Thanx in advance
> Alfred Trabulsi
>
>
|
|
|
 |
|