hi,

On Fri, 11 Nov 2005 19:53:34 +0200, Mind Bridge
<[EMAIL PROTECTED]> wrote:

>Inge Solvoll wrote:

>> I'm using the table component from contrib, and I'm not able to set 
>> the style I want on the column headers. They seem to be fixed at 
>> align=center and without the possibility of setting a custom css class 
>> on the link displayed.
....

>try something like the following in your CSS:
>.<id>ColumnHeader table { align: left; width: 100%; }
>where <id> is your column 
....

setting the width did the trick.

the component renders a column header using a separate table
"floating" by itself, so nothing much could touch it in the case of
alignment.  but setting the width to 100% helped. 

thanks,
ingvald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to