You can use colgroup html tag and also col tag. It defines column
groups in table they widths, groups... Look at
http://www.w3.org/TR/REC-html40/struct/tables.html#edef-colgroup
<table>
<colgroup><col width=30><col width=40>
...
2005/9/15, Dan Adams <[EMAIL PROTECTED]>:
> have you tried styling the column with a css class? like if you have a
> column name 'person' I think class comes out as
> 'personColumnValue' (check the html source to be sure) then you can just
> do something like this is a stylesheet:
>
> td.personColumnValue {
> width: 40px;
> }
>
> hope this helps.
>
> On Thu, 2005-09-15 at 11:21 +0800, Eng Lark Eric Tan wrote:
> > Dear all,
> >
> > How can I fix the column width of
> > "contrib:TableView", contrib:TableRows?
> >
> > I've try using <span
> > jwcid="[EMAIL PROTECTED]" width="100"/> but
> > @Block do not allow informal parameter ?!
> >
> > Best regards,
> > Eric Tan
> >
> >
> > _______________________________________
> > 想即時收到新 email 通知?
> > 下載 Yahoo! Messenger http://messenger.yahoo.com.hk
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> --
> Dan Adams
> Software Engineer
> Interactive Factory
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]