Table widths

Andy Clarke
Joined: 01 Jun 2007

Table widths

Posted:01 Jun 2007 (15:00 UTC)
Is there a way to restrict the table widths rather than having them span the whole page.

Thanks
xing
Joined: 07 Mar 2004

Re: Table widths

Posted:06 Jun 2007 (19:16 UTC)
in your css file there is probably something like:

table {width:100%}


remove this or set it to

table {width:auto}


if you can't find that entry anywhere it might be in themes/base.css if it's included. you can add width:auto to your css to override that or define where you don't want full width tables:

#wiki .content table {width:auto}

  Page 1 of 1  1