APPX Software
APPX Knowledge Base Support answers, product how-tos, and troubleshooting guidance
(Answer) (Category) FAQ's - APPX Software, Inc. : (Category) APPX Utility : (Category) APPX Development Environment : (Category) Tips & Techniques :
How to put multiple of lines of text on a button or label widget.
Buttons and Labels on input screens and menus can use html to enhance the
text.  Enter the html code in the Label or Button text field in the object
property(ies).  Example; <html>Request<br>Ship Date will be displayed on two
lines.


----------------
|              |
|  Request     |
|  Ship Date   |
|              |
----------------

 

The caveat is that the individual lines delineated by the <br> formatting 
may not obey all the label's gui settings, CENTER for example.  


In the case of CENTER the justification is applied to all lines at though 
there all the length of the longest segement.  You can revised the html tag 
to center each line of the label as follows;

<html><p align="center">Request<br>Ship Date
2004-Jul-07 2:15pm
Previous: (Answer) Help in debugging AppxIO
Next: (Answer) How to add pulldown menu entries with ILF
This document is: https://faq.appx.com/cgi-bin/fom.cgi?file=374
[Search] [Appearance]
This is a Faq-O-Matic 2.719.

Copyright 2003-2026 APPX Software, Inc. All rights reserved.