ID:272743
 
How would I remove an href outline on a popped up window from an icon ?

html += "<a href=?[O.name]>\icon[O]</a>


I use it with client/Topic() to handle some stuff. The problem is shown here.

I need to remove that blue outline that href causes.
Use the <img> tag instead of the \icon macro (see here) and set the border attribute to zero. You may also be able to use CSS.
In response to Nickr5
<IMG CLASS=icon SRC=\ref[O.icon] border=0>


That's what I used(for people that actually use the forum search), thank you.