Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pre Html
Message
From
09/08/2011 04:43:18
 
 
To
09/08/2011 03:34:52
General information
Forum:
Level Extreme
Category:
Other
Title:
Miscellaneous
Thread ID:
01520476
Message ID:
01520479
Views:
46
>>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......
Previous
Reply
Map
View

Click here to load this message in the networking platform