[Pmwiki-users] Setting specific CSS classes within wiki pages.

Richard Canning rcanning
Thu Feb 12 15:15:34 CST 2004


I have been reading through the Documentation and trying to find out how I can have PmWiki set a specific class to a line from within the wiki page. With the addition of CSS in 0.6 I assumed that I would be able to set my own sytles to use and then define different paragraphs within the page to have
the styles I want; but this does not seem to be Documented.

Is it possible to have something like.

   %class=highlight% Line of text

And have PmWiki make this

   <p class="highlight">Line of text</p>

So I could then add into my CSS files.

   p.highlight { backgroup:yellow; color:black; }


And have it work?

Sorry for all the stupid non-coder questions, I started to learn more about PHP to be able to do more with PmWiki, and then with v0.6 the code got a lot harder to understand. :)

Richard Canning


The information contained in this email message and any attachments
may be confidential and may also be the subject of legal professional
privilege.  If you are not the intended recipient of this email, any
disclosure or copying of this material is unauthorised and prohibited.
Please notify me by return email.




More information about the pmwiki-users mailing list