<div dir="ltr">Give the button a class, e.g. 'button',<div>then in local.css </div><div>specify that in that class links are not underlined</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 15 March 2014 16:22, Randy Brown <span dir="ltr"><<a href="mailto:randy@brownragfilms.com" target="_blank">randy@brownragfilms.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to create a link that looks like a button, without underlining the link text.<br>
<br>
According to PmWiki:LocalCustomizations I can put "a { text-decoration: none; }" into a local.css file to remove underlining for links, but I assume that would affect all links, not just links in the button.<br>


<br>
According to PmWiki:WikiStyles I can set the text-decoration CSS attribute using a wikistyle.<br>
<br>
But when I created this:<br>
<br>
SDVA($WikiStyle['buttonlink'], array(<br>
       'background-color' => '#EEEEEE',<br>
       'color' => '#333333',<br>
       'text-decoration' => 'none',<br>
       'border-top' => '1px solid #CCCCCC',<br>
       'border-right' => '1px solid #333333',<br>
       'border-bottom' => '1px solid #333333',<br>
       'border-left' => '1px solid #CCCCCC',<br>
       'padding' => '2px 6px 2px 6px',<br>
       'font' => 'bold 11px Arial'<br>
));<br>
<br>
and used markup such as: [[MyPage|%buttonlink%Button A]] and %buttonlink% [[MyPage|Button B]]<br>
<br>
the link text is still underlined.<br>
<br>
How would I remove the underlining from the links that use my buttonlink wikistyle, without affecting normal links?<br>
<br>
Randy<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>____<br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a>
</div>