remove Box around image with hyperlink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to have a hyperlink from my image but the box created when I
create a hyperlink is unsightly. Is is possible to have an image hyperlink
without the box ?
 
In Design View, right-click on the image and choose Picture Properties and
set the Border thickness to 0 (zero).

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
 
set the border to 0:

<a href="destination.url">
<img src="image.url" style="height: 10px; width: 50px; BORDER: 0"
alt="image description" />
</a>
 
Back
Top