• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Image link

You could put this between your <head> and </head>:

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

Or you could add border="0" to your IMG tags.
 
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>
 
<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??
 
Back
Top