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>
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
"un-Optimanc" <(E-Mail Removed)> wrote in message
news:6B2F3C60-C908-46EE-8E90-(E-Mail Removed)...
> 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
>