General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
image links
Posted by: Carmello
Date: December 01, 2001 06:54PM

Hi, I am new to K-meleon and I have a question.

I use images as links on my site, but when I view my site there are blue rects around the image links how can I let them disappear ??.

Thank,

Carmelllo, Java 2 opensource programmer

website : http://wordsofmagic.cnerds.com

my prodjects :
Words of Magic (wordprocessor)
Little SQuirreL (database )

Options: ReplyQuote
Re: image links
Posted by: rhys
Date: December 01, 2001 08:19PM

Carmello

You simply need to alter your html so that the images don't have a borders around them. Some HTML editors automatically leave borders on linked images.

For example, one of your links looks like this...

<a href="http://wordsofmagic.cnerds.com/screenshots/filemenu.jpg"; target="_top"><img src="intro_data/filemenu.jpeg" width="400" height="300"></a>


Instead, you should add 'border = "0" ' to the links... so they look like this....

<a href="http://wordsofmagic.cnerds.com/screenshots/filemenu.jpg"; target="_top"><img src="intro_data/filemenu.jpeg" width="400" height="300" border="0"></a>

Options: ReplyQuote
Re: image links
Posted by: rhys
Date: December 01, 2001 08:21PM

Ooops..
Sorry that the html does not appear in my previous post....(not sure why).

...img src="intro_data/filemenu.jpeg" width="400" height="300" border="0">

Options: ReplyQuote


K-Meleon forum is powered by Phorum.