View Full Version : images + links = css
The Wizzard
04-30-2003, 11:52 PM
Hi,
How can i use CSS to have images on my site that are linked, not have any border at all? And i cant use the border="0" because im also using ASP and it just wont work.
Thanks
a img { border: none }
(Won't bring you happiness in Netscape 4)
The Wizzard
05-01-2003, 01:30 AM
Thanks!!
Roy Sinclair
05-01-2003, 07:13 PM
Originally posted by The Wizzard
Hi,
How can i use CSS to have images on my site that are linked, not have any border at all? And i cant use the border="0" because im also using ASP and it just wont work.
Thanks
The solution you used is the correct way to handle this but why do you state that ASP would prevent you from using border="0"?
QuackHead
05-02-2003, 03:27 PM
I'm gunna go with roy on this one.... I use ASP for almost everything nowadays (company intranet) and I use border="0" ALL THE TIME!
<a href="YOUR_LINK"><IMG src="YOUR_IMAGE" BORDER="0"></a>
~Quack
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.