Boarder around Hyperlinked Poctures

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

Guest

Every time I hyperlink a picture it generates a blue boarder around it, how
do I disable this feature? My icons are very small and the boarder covers the
image!

Thanks
 
In Design View, right-click on the image, choose Picture Properties >
Appearance and set the Border thickness to '0' (zero).

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
1) Right click the image and choose Image Properties. Set the border to 0.

2) In HTML / Code view
<img border="0" src="blah">

3) For every image in the page place the following in the <head> section:

<style type="text/css">
img {border:none;}
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top