I'm probably missing some nuance of this, but I created a Group.Page.php with the following:<br><br>$HTMLStylesFmt['small-td'] = "td { font-size:xx-small; }"; <br><br>and now I'm getting<br><br>$HTMLStylesFmt['small-td'] = "td { font-size:xx-small; }";
<br>
<b>Warning</b>: Cannot modify header information - headers already sent
by (output started at /server-path/pmwiki/local<div>/Group.Page.php:1)
in <b>/server-path/pmwiki/pmwiki.php</b> on line <b>870</b><br><br>at the top of my Group/Page</div>