|
John,
The "easy" (but sometimes tedious) way of doing this is by using the HTML substitue characters for the less-than and greater-than symbols.
Using your example above, you would code it as follows: <font face="arial">
Depending on your needs, you could also use the HttpUtility.HtmlEncode available in .NET...this would come into play a bit more if you were fetching the strings from a database, or some other sort of "dynamic" store.
Let me know if this helps...
Ric Castagna
|
|
Expert:
|
rcastagna
|
|
Date:
|
Jul 12, 2006
|
|
Time:
|
16:02
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
Served my needs, thanks a lot.
|
|
Expert:
|
john2
|
|
Date:
|
Jul 26, 2006
|
|
Time:
|
14:03
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|