Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
|
First you didn't close your img tag, but that doesn't really affect the border.
<a href="javascript:window.close()" title="click here to close the window" id="close"><img src="close_button.jpg" /></a>
The blue border is probably there because it's an image inside a link, which usually get a blue border.
I think you can fix this by adding style="border: none;" to the image.
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
|