I have a really simple webpage with only one image. You click on it to send an email. As you all probably know, when you click on an Image Link it usually leaves a dotted line around the image, to show it's been clicked. I found the small piece of code that removes the dotted line, and added to my code. It works in IE but the dotted line is still visible in FF. My code (that works in IE) is below. I'm pretty much an amateur when it comes to web design. At times I know what I'm doing and the rest of the time it's trial and error. Can anyone see how to alter the code so it works with both IE and FF? Thanks.
----------------------------------------------------------
<p align="center">
<a href="mailto:someone@mail.ca" [b]a { outline:0;[/b] }>
<img border="0" src="symbol.png" width="53" height="50"></a></td>-----------------------------------------------------------
This post has been edited by Renaissance-Design: 03 February 2012 - 04:40 PM
Reason for edit: Please use the code button or tags to format your code.
Help



















