voodoo46
10-11-2005, 04:37 AM
I'm fairly new to web design and have written a site for my companys intranet using CSS and XHTML.
My problem is that I have blue or purple borders around hyperlinked images.
I can get rid of these by using the border property in html:-
<h2><a href="http://www.alfaromeo.com"><img src="Images/alpha1.gif" width="59" height="63" alt="Alpha Romeo" border="0"></a></h2>
BUT this does not validate as strict XHTML.
How do I get rid of them using CSS?
My problem is that I have blue or purple borders around hyperlinked images.
I can get rid of these by using the border property in html:-
<h2><a href="http://www.alfaromeo.com"><img src="Images/alpha1.gif" width="59" height="63" alt="Alpha Romeo" border="0"></a></h2>
BUT this does not validate as strict XHTML.
How do I get rid of them using CSS?