CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Font at the time of inserting data in text area

Print topic Send  topic

Author Message
tom
Posted: 01/01/2002, 9:55 PM

Hi

i want to make a data entry form. in this a in a text area and a text box i want to insert data using "bookman old" font.
How can i do this .Please help me.

tom
CodeCharge Support
Posted: 01/02/2002, 6:24 PM

You can use the style attribute to specify a font to be used. To do this, you would need to edit the generated HTML code to make the adjustment e.g.

<textarea cols="10" rows="10" style="font-family: 'Times New Roman', Times, serif;">Enter text here...</textarea>
Allen
Posted: 01/02/2002, 7:52 PM

If you have more than one page, you can add a style in <head>.
You can add style:
---------------
<STYLE>
input,textarea{font-family: 'Times New Roman', Times, serif;}
</STYLE>
---------------

and every page will include the style.
megan_g
Posted: 01/02/2002, 11:14 PM

Hi~ you mentioned using "bookman old" - it's good to keep in mind that if the user does not have the font installed on their machine it won't be able to display that font in their browser (they won't see bookman old) . megan

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.