Thanks Joni,
I have tried that also and it didn’t seem to do anything. I’ll give it a shot again though.
Thanks for responding. I was beginning to think I was alone in here!
*Note: The button works in FF2, IE7, IE6 (minus the hover state).
If you have a link around an image it will put a border on it unless you style it with CSS or inline styles.
An easy way to fix this is to switch to the code view and in the image tag add:
border="0"
Example:
<a href="link.html"><img src="img.jpg" border="0" /></a>
Hope that helps!