English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi, I am creating a new website, andd I am using images as liks, but, I have those stupid link borders around the images, how do I get rid of these, i have forgotten?

Thanks.

2006-08-21 00:53:51 · 7 answers · asked by wolf 2 in Computers & Internet Programming & Design

7 answers

Just delete anchor tag around the image tag. for example :



In abvoe case just delete opening and ending tag. Remaining code will be as follows :

2006-08-21 01:05:18 · answer #1 · answered by Web Designer 2 · 0 2

Use border =0

2006-08-21 01:03:42 · answer #2 · answered by plzfuc00000____- 1 · 0 0

if you want to do it properly, use "my pic

I don't remember if the border=0 works, but if it does, it is depreciated, which means it won't work in all browsers, especially new ones.

EDIT - After looking it up on the source listed below, "border" is depreciated.

2006-08-21 01:05:46 · answer #3 · answered by John J 6 · 0 0

border=0,

2006-08-21 00:59:20 · answer #4 · answered by Anonymous · 2 0

either use border=0 in the image tag:



or if you are using css you could add the following line in your stylesheet:
img{
border:none;
}

2006-08-21 01:00:37 · answer #5 · answered by le_gber 3 · 0 0

Set the boarder to attribute to 0

2006-08-22 04:32:52 · answer #6 · answered by stephen.dew 3 · 0 0

2006-08-21 00:59:25 · answer #7 · answered by who8mycookies 3 · 1 0

fedest.com, questions and answers