Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Format Conversion
Message
From
13/06/2003 11:13:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
13/06/2003 11:03:11
Jeffrey Havelock
Skipton Information Group
Leeds, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00799768
Message ID:
00799817
Views:
21
>I was wondering how to do this - is there anywhere on UT which shows the various message syntaxes?
>
>>The < PRE > and < /PRE > codes, which you apparently eliminated in your >reply, help make computer code more readable: fixed-width font, spaces are >maintained, word-wrap is turned off.

Those are standard HTML tags. Just search Google for "HTML tags". Or read the help of the Help Compiler program, included on the VFP CD.

Many HTML tags are accepted by the UT. Some of the most useful ones are:

< B > and < /B > for bold.
< I > and < /I > for italic.
< PRE > and < /PRE > for pre-formatted text.
< LI > for a bullet.
< A > for a hyperlink (hint: use this to place a hyperlink into your dynamic signature). Example: < A HREF = "http:www.MySite.com" TARGET = "_blank" > User sees this text < /A >

I have added additional spaces, to avoid interpretation of the tags. You have to omit them.

HTH,

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform