View Single Post
  #5  
Old 10-06-2008, 11:07 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: WYSIWYG editor issue?

i need to input the text with styles.this make it easy to display in front end.
so , i added WYSIWYG editor.
something like this in tpl file:
{include file="main/textarea.tpl" name="description" cols=65 rows=15}

when i save the content then it just omit the tags.
say for ex:
if i typed "<b>vetri</b>"
thn i hit save button
saved data which look like: vetri

where is the"<b></b>" tags?
Reply With Quote