CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Justify Text ?

Print topic Send  topic

Author Message
C Dolan
Posted: 01/22/2002, 3:45 AM

How can I get fields to justify - I have use the Before Show <p align...code, but this changes the text size to default

What I am trying to acomplish is text at 11px and justified.

gluppi@comune.mo.it
Posted: 02/18/2003, 12:22 AM

In form properties - footer section add this simple Javascript:

<script language="JavaScript1.2" type="text/javascript">
document.myFormName.myInputName.style.textAlign = "right" ;
document.myFormName.myInputName.style.fontSize = "11px" ;
</script>

where myFormName and myInputName are the names of your form and input field.
Byee
Gianni

   


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

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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