PROBLEM WITH FCK EDITOR

HI ALL,

       1. i am using fck editor in my application.        2. when i type any text in fck editor it was saved in hml format in database(i.e, mysql)        3. when i was try to retrieve the text it will displaying in html format not as plain text

      how to solve this problem???please help me??thanks in advance??

if ‘content’ is the field, you stored html data.

<%= raw content %>

ok its fine in show, index pages... But, in pdf it is not working.... how to do this same functionality in pdf file.... please replay me...