Sent by Saila, Craig on 5 June 2002 12:12
> -----Original Message-----
> From: Ketan M. Vakil [EMAIL-REMOVED]]
>
> Question: I have a style sheet that makes links have the
> dotted bottom border under them. However, I clearly do not
> want this for images that are also links. What is the best
> way to stop this from happening to all the pictures.
Try this:
A:link IMG { border: none; }
This will prevent any images contained by an unvisited link from showing
a border.
--
Cheers,
Craig Saila
------------------------------------------
[EMAIL-REMOVED] : http://www.saila.com/
------------------------------------------