Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pre Html
Message
De
09/08/2011 04:43:18
 
 
À
09/08/2011 03:34:52
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Titre:
Divers
Thread ID:
01520476
Message ID:
01520479
Vues:
44
>>I am getting a message about including within a PRE HTML tag some of me text
>>How do I do this
>
>You might be getting that because your text includes an unmatched less than or greater than sign. If less than or greater than signs are included and are not part of HTML tags that are recognized and accepted by UT then your message will be rejected.
>
>You can include them in literal text (usually used to show code) within {PRE}{/PRE} (replace the curly brackets with less than/greater than) tags e.g.
>
>
>This text between < pre > and < /pre > tags can contain less than ("<") and greater than (">") characters.
>
I think Gerard's problem is the same as one I've encountered - angle brackets (and the enclosed text) so not appear when inside a pre block:eg:
void MyMethod(System.Data.EnumerableRowCollection<result> query)
The above should show as:

void MyMethod(System.Data.EnumerableRowCollection result query)

with angle brackets around the 'result'

Duh. The pre section text DID but show up correctly in the post - but NOT in the preview......
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform