PDA

View Full Version : Image link



Weapon
January 9th, 2001, 18:12
How do you remove the border from images? In border i mean like the underline for text links

Woofcat
January 9th, 2001, 18:26
You could put this between your <head> and </head>:

<style>IMG{border:0px}</style>

Or you could add border="0" to your IMG tags.

Nick
January 10th, 2001, 17:47
Originally posted by Weapon
In border i mean like the underline for text links [/B]

<style type="text/css">
A:link {text-decoration: none;}
A:active {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
</style>

Mrh0ax
January 10th, 2001, 22:24
<img border="0" src="---> is how to

Nick
January 11th, 2001, 19:29
Originally posted by Mrh0ax
<img border="0" src="---> is how to

Jebus! Are you people blind :confused:


Originally posted by Weapon
----> In border i mean like the underline for text links <----

Woofcat
January 11th, 2001, 20:14
No, are you?


Originally posted by Weapon
How do you remove the border from images?

Nick
January 11th, 2001, 21:23
Nope. Is Mrh0ax?


Originally posted by Weapon
In border i mean like the underline for text links

Mrh0ax
January 12th, 2001, 14:51
<style>
A:link{color:"#000000"; text-decoration: none;}
A:visited{color:"#000000"; text-decoration:none;}
A:hover{color:"#000000"; text-decoration: none;}
A:active{color:"#000000"; text-decoration: none;}
</style>

fine happy??