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]

Reply via email to