Changing font in drop-down box 2 text area
Hi
Trying to find out how you can change a textbox's font using a drop down box to choose.
Can someone give me a script or something?
Alan UK
Hi
Trying to find out how you can change a textbox's font using a drop down box to choose.
Can someone give me a script or something?
Alan UK
alan123 posted this at 12:35 — 1st November 2004.
They have: 20 posts
Joined: Aug 2004
Anybody?...
alan123 posted this at 16:09 — 1st November 2004.
They have: 20 posts
Joined: Aug 2004
Anybody?...
kb posted this at 16:39 — 1st November 2004.
He has: 1,380 posts
Joined: Feb 2002
I'm pretty sure it's a standard font...not able to be changed.
PS...demanding a response is no way to get help
Abhishek Reddy posted this at 23:25 — 1st November 2004.
He has: 3,348 posts
Joined: Jul 2001
Sure you can change it. Drop down box contains a list of fonts, onchange sets document.getElementById("mytextbox").style.fontFamily = selectedFont.
But why would you want to do that?
alan123 posted this at 18:52 — 2nd November 2004.
They have: 20 posts
Joined: Aug 2004
Thanks for that...
Oh yes...I'm making a text editor, for homework and stuff but I didnt know how to do it.
:csaw:
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.