<BLOCKQUOTE><font size="1" face="Verdana, Arial">code/font><HR><pre><a class="ql" href="setashome.htm" id="makehome">Set as your home page</a>
<SCRIPT>if(navigator.userAgent.indexOf("IE 5")>-1 && navigator.platform.indexOf("Win16") == -1)
makehome.outerHTML = "<a href=index.htm class=ql onClick=\"this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
\">Set as your home page</a>"</SCRIPT>
[/code]
I need to have the top code show the text, Set as home page, show up in white, size 8, verdana, and in bold. I tried to do this LOTS of time, but it just doesn’t work. Any help would be greatly appreciated.
Add in your style sheet or add styles and include the following:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code/font><HR><pre>
.ql {
color: white;
font-family:Verdana;
font-size:8pt;
font-weight:bold;
}
[/code]
Bookmarks