Alternatively you can use the HTMLEditFormat() function to escape the
characters.

Steve

> -----Original Message-----
> From: Norman Elton [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 29, 2000 19:09
> To: CF-Talk
> Subject: RE: HTML Anchors displayed as Text
>
>
> I was able to accomplish this by replacing "<" with "&lt;", and ">" with
> "&gt;". For example:
>
> &lt;A HREF="whatever"&gt;something&lt;/A&gt;
>
> should work.
>
> Good luck!
>
> Norman Elton
> Information Technology
> College of William & Mary
>
> -----Original Message-----
> From: Joseph J. Sanger, M.D. [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 29, 2000 1:35 PM
> To: CF-Talk
> Subject: HTML Anchors displayed as Text
>
>
> --============_-1239278004==_ma============
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
>
> I am storing HTML Anchors in a database (happens to be oracle, but I
> don't think that is germane).  I would like to read them out and
> dispaly the text of the anchor, not have it interpreted and displayed
> AS the actual anchor.  In other words, I want to see:  <A
> HREF="whatever">something</A>, not merely the underlined something.
>
> Is this possible?  Thanks.
> --
> __________________________________________________________________
> _________
>   Joseph J. Sanger, M.D.                        | Phone: (212) 263-7410
>   Associate Professor of Clinical Radiology     | Fax:   (212) 263-2039
>   Director, Division of Radiology Informatics   |
>   Co-Director, Division of Nuclear Medicine     |
>   Co-Director, Nuclear Cardiology               |
>   New York University School of Medicine        |
> [EMAIL PROTECTED]
> __________________________________________________________________
> _________
> --============_-1239278004==_ma============
> Content-Type: text/html; charset="us-ascii"
>
> <!doctype html public "-//W3C//DTD W3 HTML//EN">
> <html><head><style type="text/css"><!--
> blockquote, dl, ul, ol, li { margin-top: 0 ; margin-bottom: 0 }
>  --></style><title>HTML Anchors displayed as Text</title></head><body>
> <div>I am storing HTML Anchors in a database (happens to be oracle,
> but I don't think that is germane).&nbsp; I would like to read them
> out and dispaly the text of the anchor, not have it interpreted and
> displayed AS the actual anchor.&nbsp; In other words, I want to see:&nbsp;
> &lt;A HREF=&quot;whatever&quot;&gt;something&lt;/A&gt;, not merely the
> underlined<u> something</u>.</div>
> <div><br></div>
> <div>Is this possible?&nbsp; Thanks.</div>
>
> <div>-- <br>
> _____________________________________________________________________<span
> ></span>______<br>
> &nbsp;Joseph J. Sanger,
> M.D.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
> ></span
> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
> ></span>&nbsp;&nbsp; | Phone: (212) 263-7410<br>
> &nbsp;Associate Professor of Clinical Radiology&nbsp;&nbsp;&nbsp;&nbsp;
> | Fax:&nbsp;&nbsp; (212) 263-2039<br>
> &nbsp;Director, Division of Radiology Informatics&nbsp;&nbsp; |<br>
> &nbsp;Co-Director, Division of Nuclear Medicine&nbsp;&nbsp;&nbsp;&nbsp;
> |<br>
> &nbsp;Co-Director, Nuclear
> Cardiology&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
> ></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
> &nbsp;New York University School of
> Medicine&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
> [EMAIL PROTECTED]<br>
> _____________________________________________________________________<span
> ></span>______</div>
> </body>
> </html>
> --============_-1239278004==_ma============--
> ------------------------------------------------------------------
> ----------
> --------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a
> message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to