Click to See Complete Forum and Search --> : image links and css


IxxI
04-09-2003, 07:22 AM
I have a link (as an image) in the middle of an image and I want it to have no borders around it. I have tried using
a: link { border:none;}
but it doesn't work, any other suggestions?

Thanks
IxxI

gil davis
04-09-2003, 07:35 AM
You should be posting in the CSS forum. This really doesn't have anything to do with JavaScript.

Try this:<style type="text/css">
a img {border: none}
</style>