
Pep Johnsonn
|
| Posted: 01/20/2005, 8:48 AM |
|
Hello, Using CCS, access 2003 and asp. Sorry about my english.
I have an accessDB with a single table and a text field.
I enter the text " I love everybody" in the field.
How can I insert this text in access (with html I guess) and then get the
results (asp web) with the "love" in bold and "everybody" underlined?
I have tried straight forward and works only with plain text wotuout any
editing possible (apart from Caps Lock...).
I have tried with html tags,
<p> I
<b>love</b>
<u>everybody</u>
</p>
but the tags get displayed in the asp web page...
Any hints?
Thanks in advance
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/20/2005, 10:25 AM |
|
You would need to set to HTML the "Content" property of the label that displays that text.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|

|