Re: [pmwiki-users] Anchor links and CSS

2008-01-20 Thread Sandy
Sandy wrote: > Patrick R. Michaud wrote: >> On Sun, Jan 20, 2008 at 11:53:50AM -0500, Sandy wrote: > >>> Is there a way I can give the anchors a class and hide them? Or do I >>> have to set the CSS for each of A.urllink, A.wikilink and A.selflink? >> Yes, you can give anchors a class... try: >> >

Re: [pmwiki-users] Anchor links and CSS

2008-01-20 Thread Sandy
Patrick R. Michaud wrote: > On Sun, Jan 20, 2008 at 11:53:50AM -0500, Sandy wrote: >> Is there a way I can give the anchors a class and hide them? Or do I >> have to set the CSS for each of A.urllink, A.wikilink and A.selflink? > > Yes, you can give anchors a class... try: > > Markup('[[#','<

Re: [pmwiki-users] Anchor links and CSS

2008-01-20 Thread Patrick R. Michaud
On Sun, Jan 20, 2008 at 11:53:50AM -0500, Sandy wrote: > I had the brilliant idea of setting > > A:hover > { > border:1px solid blue; > padding: 0px 2px 0px 2px; > } > > Now when I move the mouse around, an empty box appears around [[#name]]. > > Is there a way I can give the anchors a class and

[pmwiki-users] Anchor links and CSS

2008-01-20 Thread Sandy
I had the brilliant idea of setting A:hover { border:1px solid blue; padding: 0px 2px 0px 2px; } Now when I move the mouse around, an empty box appears around [[#name]]. Is there a way I can give the anchors a class and hide them? Or do I have to set the CSS for each of A.urllink, A.wikilink an