Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Format Conversion
Message
De
13/06/2003 11:13:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
13/06/2003 11:03:11
Jeffrey Havelock
Skipton Information Group
Leeds, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00799768
Message ID:
00799817
Vues:
20
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform