Hi, I am trying to change the font-size of some text with a server side script. I have tried this script:
<P id=text style=font-size:10;color:red>this is what I want to change</p>
<p onclick=text.style.font-size=14>click to enlarge</p>
<p onclick=text.style.color='blue'>click to turn blue</p>
I can turn the text blue but not make it larger....I am hoping that this does not mean there is no script equivalent for font-size.... any suggestions..?
thanks ahead of time
bassguy
<P id=text style=font-size:10;color:red>this is what I want to change</p>
<p onclick=text.style.font-size=14>click to enlarge</p>
<p onclick=text.style.color='blue'>click to turn blue</p>
I can turn the text blue but not make it larger....I am hoping that this does not mean there is no script equivalent for font-size.... any suggestions..?
thanks ahead of time
bassguy