[pmwiki-users] CSS, how to specify a class

Hans design5 at softflow.co.uk
Sat Jun 2 04:24:11 CDT 2007


Saturday, June 2, 2007, 10:20:13 AM, info at hassanein.ch wrote:

> "..edit your stylesheet to make table.selectquery look pretty..."

> The generated html code looks as following:
> "...<table class='selectquery' ><t..."

> The following entry in the css has no effect:
> #wikitext selectquery {
> font-size:200%;
> text-decoration:underline;
> }

> How do I have to specify the selectquery class in the css file?

try either
.selectquery { ... } or
table.selectquery { ... }


  ~Hans




More information about the pmwiki-users mailing list