something is encoding it on the way in, maybe filemaker, or the method you use to input. Or you are using witango 5, which will do this, unless you say encoding=none. First you need to verify how the database is getting it, if the database is doing this encoding of < to &lt then you need to decode on the way out. Or, bypass the whole thing, by encoding as base64 into the db, and decode out, so the db won't muck it up.

-- 

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040

On May 31, 2006, at 12:10 PM, Dan Stein wrote:

I think this is a job for regex but I am not sure how to do it.


on 5/31/06 14:37, Dan Stein at [EMAIL PROTECTED] wrote:

I am using FMP to store text with CSS imbedded so I can let my client format descriptions with bold italic colors etc.
 
 
So they type this
 
Recommended for ages 7-13
Visit <a href="" href="http://www.comev.org.br>COMEV.">http://www.comev.org.br>COMEV</a>.
 
Abraham
-- An epic journey to the Promised Land, a miraculous birth to aged parents, and the story of God's greatest test: Abraham must kill his beloved son upon a sacrificial altar.

 
It loads into the Database this
 
<BR>Recommended for ages 7-13<BR>Visit &lt;a href="" href="http://www.comev.org.br>COMEV.

">http://www.comev.org.br&gt;COMEV&lt;/a&gt;.<BR><BR></SPAN>
<SPAN STYLE= "font-weight: bold;" >Abraham</SPAN>
<SPAN STYLE= "" > -- An epic journey to the Promised Land, a miraculous birth to aged parents, and the story of God's greatest test: Abraham must kill his beloved son upon a sacrificial altar.<BR><BR></SPAN>
 
 
But the Hrref needs to be a link. Do I need to encode the column when I display it?
 
The style works fine but not the link


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



--
--
Dan Stein
FileMaker 7 Certified Developer
Digital Software Solutions
799 Evergreen Circle
Telford PA 18969
Land: 215-799-0192
Cell: 610-256-2843
Fax 413-410-9682
FMP, WiTango, EDI,SQL 2000, MySQL, CWP
[EMAIL PROTECTED]
www.dss-db.com


    "It is perfectly safe to stand nowhere."
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to