| Tips
to
change font:
add this to the section
where you want your script to show.
<!--
--><font face="Helvetica">
<script
language="JavaScript">
<!--HIDE
FROM OLD BROWSERS--
document.writeln(ish().fontcolor("black"),"<P>")
<!--DONEA1-->
</script></font><!--
-->
changing
color:
edit
this part.
document.writeln(ish().fontcolor("black"),"<P>")
changing
font size:
add
this.
<!--
--><font face="Helvetica" size=-1> |