bookworm
10-31-2003, 02:57 PM
hi
okay, im making a font generator and i can get the stuff to show up in the text area but i also want the text to show up underneath with the color and size and font that the person wanted.
I have the font, color and size in variables name font, fontcolor and fontsize, respectively. I need to know how to type the html using these variables.
Heres what it looks like so far. http://www.geocities.com/bookworm15m/Pages/fontgenerator.html
if you can help, that would be greatly appreciated
Edit::.. oops, link didnt go to the right place
Edit2::.. Im guessing this is a bit confusing. okay, what im trying to say is. I want to type the html element with the variables in it.
like this.
<font color="variable" size="variable" face="variable">stuff</font>
obviously that doesnt work. I want to know how to make something like that work.
okay, im making a font generator and i can get the stuff to show up in the text area but i also want the text to show up underneath with the color and size and font that the person wanted.
I have the font, color and size in variables name font, fontcolor and fontsize, respectively. I need to know how to type the html using these variables.
Heres what it looks like so far. http://www.geocities.com/bookworm15m/Pages/fontgenerator.html
if you can help, that would be greatly appreciated
Edit::.. oops, link didnt go to the right place
Edit2::.. Im guessing this is a bit confusing. okay, what im trying to say is. I want to type the html element with the variables in it.
like this.
<font color="variable" size="variable" face="variable">stuff</font>
obviously that doesnt work. I want to know how to make something like that work.