Patrick,
> Yes. I think this can be added with (untested):
>
> $WikiStyleApply['link'] = 'a';
>
Almost.
Given
a.native:hover {
background-color:transparent;
}
(suitable where a link surrounds an image for example)
and
$WikiStyleApply['link'] = 'a';
in config.sys,
%apply=link id="testlink" native font-size:2em%[[FrontPage|Test Link]]
yields
<a class='native'
style='font-size: 2em;'
id='testlink'
class='wikilink'
href='(somelink)'>Test Link</a>
(note the dual "class" attributes).
> Out of curiosity, why is "%wikistyle%[[SomeLink]]" insufficient?
>
>
Style rules like background-color don't inherit.
Is this worth a PITS entry? Is there anything else that could deal with
the dual class attributes?
Thanks,
- Henrik
--
Henrik Bechmann
www.bechmann.ca
Webmaster, www.dufferinpark.ca
_______________________________________________
pmwiki-users mailing list
[EMAIL PROTECTED]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users