W
Wayne-I-M
Hi
I have this script (from Jim Buyens - FrontPage MVP - ) that adds a page to
favorites. Works really well but is it possible to change the font within
this -
<script>
if (navigator.appName.substring(0,9) == "Microsoft")
{
document.write("<a href='" +
"javascript:window.external.addFavorite" +
"(document.location, document.title)'>" +
"Add to favorites.</a>")
}
</script>
I have tried to add "stuff" to this but each time I get errors.
I want to make it Arial - font 10 - without the underscore.
Is this even possible?
I have used this script as it is the only one I can get to work - this is as
I'm really not good at this "stuff" - but it's fun to learn
http://www.folgarida.co.uk/test.htm
Thank you
I have this script (from Jim Buyens - FrontPage MVP - ) that adds a page to
favorites. Works really well but is it possible to change the font within
this -
<script>
if (navigator.appName.substring(0,9) == "Microsoft")
{
document.write("<a href='" +
"javascript:window.external.addFavorite" +
"(document.location, document.title)'>" +
"Add to favorites.</a>")
}
</script>
I have tried to add "stuff" to this but each time I get errors.
I want to make it Arial - font 10 - without the underscore.
Is this even possible?
I have used this script as it is the only one I can get to work - this is as
I'm really not good at this "stuff" - but it's fun to learn
http://www.folgarida.co.uk/test.htm
Thank you