Hi guys
having a little bit of trouble with this - the code works perfectly, but the image is surrounded by a blue box which I don't know how to get rid of....
Can someone help me please?
Thanks in advance
Sarah x
- Code: Select all
<script language="JavaScript1.2">
/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com)
to post and feature this script on their DHTML archive
*/
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://loveweddings.co.uk"
var bookmarktitle="Love Weddings - The ultimate resource for wedding planning"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
- Code: Select all
[img]images/addtofaves.gif[/img]