View Single Post
Old 02-20-2007, 09:13 PM   #2 (permalink)
itorrentguy
Junior Member
 
Join Date: Feb 2007
Posts: 40
Default Re: Newbie needs help...

If it's just a "string" you want displayed, you can use the fontsize() method. You have to declare your string as a variable and call it when using the method. The sizes range from 1 to 7.

<script type="text/javascript">

var str="hello"
document.write(str.fontsize(5))

</script>


Hope that can help.

Last edited by itorrentguy : 02-20-2007 at 09:15 PM. Reason: typo
itorrentguy is offline   Reply With Quote
Sponsored Links