This user's posts are being ignored.
Show Post?
Is there a way to remove the hyperlink color on an image with an a href? Here is the code I'm using
<td>
<div style="width: 167px; margin-bottom:5px;">
<a href="http://fusion.dkpsystem.com/news.php" OnMouseOver="document.Home.src='http://dkpfiles.com/fusion/files/button1over.png';" OnMouseOut="document.Home.src='http://dkpfiles.com/fusion/files/button1up.png';">
<img src="http://dkpfiles.com/fusion/files/button1up.png" name="Home">
</a>
</div>
</td>
The images are showing a blue box around the image if not visited and purple after visited. I want to remove those entirely. Any help is appreciated.