I have an IMG with an HREF link.
The image gets a blue border. After it's been clicked on, the border changes to a type of red. Is there some default that sets this? I know I can set border=0 but I like the red border and would want to have it all the time and not the blue border. I've taken everything that even references border out, including my a.Link peuso-class and the "normal" class definition, and nothing makes a difference.
Sorry if this is a basic question...
Thanks
Code:
<P class=Normal><a href="#top"><IMG src="images/Topofpage.gif"></a></P>
The image gets a blue border. After it's been clicked on, the border changes to a type of red. Is there some default that sets this? I know I can set border=0 but I like the red border and would want to have it all the time and not the blue border. I've taken everything that even references border out, including my a.Link peuso-class and the "normal" class definition, and nothing makes a difference.
Sorry if this is a basic question...
Thanks