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
|