Hi guys … I’ve search a whole night on all the internet and still I did not found out how to resolve my problem.
I’ve created a comment form with 2 Input text boxes. I’m using php to register the input text vars into a data base. But the data inside the base is colected with the size, font and color from the original input text box.
For example if my text box properties are :
- size:16, font:times new roman, color:red
The var assigned to the text box will be something like : - var_name = “<font size=16 face=“Times New Roman” color=red>my text</font>”;
The point is that in flash (when filling up the form) size 16 is somehow tiny, but in php/htm size 16 is ■■■■ huge (when extracting the data from the database) and I wasn’t able to change the var’s font and size by php/html coding.
So … How can I modify the var’s text size before submitting it into the php processes? Please light me up …