My question is: Why is it like that in the database?  Have you encoded it
like that?

I've just installed fckedit (I've been meaning to try this out) and when I
use 
request.getParameter("FCKeditor1");
 
The text returned is not encoded.  


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 30, 2004 2:55 AM
> To: Velocity Users List
> Subject: Slightly off topic
> 
> 
> I am using Velocity and am trying to use a tool called 
> FCKedit as well.   With FCKedit I am collecting text field 
> data that I store in the database.  The data looks like this 
> in the database:
> 
> <strong>replacement for the system. The 
> system</strong></em></li><li><em>
> 
> 
> When I try to take this data and display it in web pages 
> using request velocity tool variables, it prints it out 
> either as shown above or if I use <SPAN> as like above, but 
> using the HTML equivalents as below:
> 
> <strong>replacement for the system.  The system</strong>.....
> 
> 
> What i need it to not have HTML tags of any sort int he end 
> result, but the use of the HTML tags.  I want <strong> to be 
> applied to the text and not shown as a tag.
> 
> Is there a way to have this happen?  Either in velocity or 
> otherwise?   I can't seem to get it working with javascript 
> or the header encoding tag as I was hoping.
> 
> Thanks for any help.
> 
> John Ike
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to