Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Images

No Borders Around image Links

Suppose you have a button-like image that is inside a link. Users can click on the image to go to whatever resource the button represents. For example, this button link brings you to the home page for this guide:

<A HREF="http://www.mikes-marketing-tools.com"><IMG SRC="mmt.gif"
 HEIGHT=23 WIDTH=133 ALT="Mike's Marketing Tools"></A>

which creates this button link:

Mike's Marketing Tools

By default, putting an image inside a link puts a border around the image. However, most people browsing the web these days recognize "link situations" and know that the button is a link. So suppose you want to remove the border. It's actually quite easy. Just add BORDER=0 to the <IMG ...> tag:

<A HREF="http://www.mikes-marketing-tools.com"><IMG SRC="mmt.gif"
BORDER=0 HEIGHT=23 WIDTH=133 ALT="Mike's Marketing Tools"></A>

which gives us this button:

Mike's Marketing Tools

How to Make an image Map >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com