On Thu, Apr 1, 2010 at 12:47 PM, Markus Weimar <[email protected]> wrote: > Many markups support specifying classes already. Any thoughts about > links? I don't know where to put the class to not interfere with the > link and the link name. > > [[a_page|class=red|A page]] > [[a_page|A page|class=red]] > [[class=red a_page|A page]]
Option two is the correct one. [[Link|Label|Attrs]] Of course you have to have the right css to get any effect. I just tried this on a default css page, and it worked fine: [[test|Label|class=small]] [[test|Label]] [[test|Label|class=large]] Cheers, Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
