[pmwiki-users] Sidebars, Headers and Footers
Patrick R. Michaud
pmichaud at pobox.com
Thu Mar 2 12:42:59 CST 2006
On Thu, Mar 02, 2006 at 05:46:25AM -0500, The Editor wrote:
> BTW, anyone know how to turn off the bold style on a link? In my CSS
> it's turned on by default which is what I want. But there are a few
> places here and there I want to disable it (Such as in this script).
> Can't seem to figure out how to do it. Thanks in advance.
Create a special class for this:
.nobold a { font-weight:normal; }
Then, in the markup you can do:
%nobold% [[link to somewhere]]
and the link will have a normal font weight.
See http://www.pmwiki.org/wiki/Test/NoBold for an example.
Pm
More information about the pmwiki-users
mailing list