Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Dotted lines around an "image link" after click. 4

Status
Not open for further replies.

soonkhoo

Programmer
Dec 8, 2000
133
MY
Hi all,

I wonder if there's a way, perhaps an easy method of removing the dotted lines around an image when clicked on it to go to the next link.

I have a button which is a sphere type. So, I tried changing my image canvas according to that size and shape. But I'm still getting a square box around it after click. What should I do?

Thanks
Soon
 
Try the follow:

<A HREF=&quot;your link goes here&quot;>
<img src=&quot;email.gif&quot; height=&quot;25&quot; width=&quot;25&quot; name=&quot;a name&quot; border=&quot;0&quot;>
</A>


You must set border=0 or else you will see the dotted line.
 
you don't have to set the border to 0 to not see the dotted line. and if you do set the border = 0 without onfocus=&quot;this.blur();&quot; the dotted line will show up anyway. luciddream@subdimension.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top