[pmwiki-users] add cssclass to wikitable

Patrick R. Michaud pmichaud at pobox.com
Thu May 19 09:18:17 CDT 2005


On Thu, May 19, 2005 at 03:55:46PM +0200, nexyufuli evo wrote:
> Ciaran wrote:
> 
> >|| class="foo" 
> >|| something || something||
> >|| somethign || something|| 
> >
> >not working for you ?
> >-ciaran
> >On 19/05/05, nexyufuli evo <noskule at gmx.net> wrote:
> > 
> >
> oh . . well i didnt try that, thanks . . ..
> the problem is that on my wiki working people with no clue (less than
> me) about html, css and so on.
> So,  params that should be added allways I would like to have
> automaticly there. Cause some peoble do it other not, or are confused
> about additional text . ..

If you want to change the default set of table parameters, just use

   $BlockMarkups['table'][0] = "<table class='foo' width='100%'>";

Authors can still override these settings with || class='other' ,
but by default tables will have whatever you place here.

Pm



More information about the pmwiki-users mailing list