HIGHLIGHTED PICTURE LINK

S

SHERA

I HAVE SEVERAL GALLERIES IN MY WEBSITE AND HAVE NEVER HAD THIS PROBLEM .EACH
PICTURE IS A CLICKABLE LINK TO THE NEXT PAGE TO VEIW IT LARGER .ALL THE
SUDDEN WHEN I HYPERLINK IT IT IS HIGHLIGHTED IN BLUE .DOES ANYONE KNOW HOW TO
GET RID OF IT ITS GOT TO BE SOMETHING SIMPLE BUT IVE SPENT ALL DAY ON IT
 
S

Steve Easton

Right click the image and elect Properties,
on the appearance tab click Style
On the modify style tab click Format
select Border.
Click None.
Ok all the way out.

Or

Add the following css to the head section of the page:

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

Note that the style will apply to "All" hyperlinked images in the page

ps: Your caps lock is stuck.
--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 

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

Top