I'm curious, though. This will expose my css ignorance, but isn't the named class supposed to be in a style sheet? So, wouldn't using the class pmsig-NNN mean that you'd have to set up a style for the individual monk's sig?
If you're fortunate enough to use a browser with vaguely decent CSS2 support you could use a selector like this:
/* make all pmsigs bold */ div[class|=pmsig] { font-weight: bold; }
In reply to Re^2: Add CSS class for signatures?
by adrianh
in thread Add CSS class for signatures?
by adrianh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |