|
| |
|
|
AllenD
Posts: 258 From: Dayton, OH, USA Status: offline
|
retain HTML with spooky diet - 10/19/2002 14:55:00
How do I show HTML values when putting the DRW code on a diet? It is easy to do with the non-diet by selecting " show as html" . But if I have a field that has markup' s, how can I have them displayed? Right now I am using <%=replace(FP_FieldVal(fp_rs," tMemo" ),chr(10)," <br>" )%> To retain formatting, but html is lost...Thanks.
|
|
|
|
ASPPlayground
Posts: 122 Joined: 6/25/2002 From: Toronto, Canada Status: offline
|
RE: retain HTML with spooky diet - 10/19/2002 17:54:11
Try this: <%=replace(replace(replace(FP_FieldVal(fp_rs," tMemo" ),chr(10)," <br>" )," >" ," >" )," <" ," <" )%>
_____________________________
Samuel Chou ASPPlayground.NET Developer
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|