[pmwiki-users] Font size control

DaveG pmwiki at solidgone.com
Mon Mar 1 08:43:53 CST 2010



On 2/28/2010 10:40 PM, Ivan Mann wrote:
> I would like for text in a table to appear slightly smaller than normal.
>   All that I can find is to surround the text with '- and -', which
> makes the text significantly smaller.  Also, I have to put the '- and -'
> around every single entry.  Some entries are numbered lists, and I have
> to surround each text entry, and then the number winds up the normal size.
>
> Does anybody know how to do this?
A number of ways to do this.

For a single table, surround the table in a DIV, using
 >>font-size:11px<<
table markup goes here
 >><<

If you want site wide, then rather than changing the css, add this to 
config.php:
   $HTMLStylesFmt['SKIN_NAME'] .= 'td { font-size: 11px; }';


  ~ ~ Dave



More information about the pmwiki-users mailing list