Connecting Tech Pros Worldwide Forums | Help | Site Map

TextArea not working in FCKeditor

AMT India's Avatar
Member
 
Join Date: Feb 2007
Posts: 64
#1: Jul 21 '08
Hi,

I am using FckEditor.It works well.But the problem is that when I insert a "textarea" using source edit,the FCK editor not showing the elements after the textarea.Is this because this textarea is inside the main fckeditor textarea which replace the content.So the textarea inside closes,the main textarea get closed.Is there any method to use text area in FCKEditor?

Thanks & Regards,
AMT

Newbie
 
Join Date: Jul 2008
Location: Lake Oswego, Oregon
Posts: 6
#2: Jul 24 '08

re: TextArea not working in FCKeditor


well, if you have a code editing option, why not establish the textarea tag, then put your content in there? Also If your WYSWYG is visual only, then you could very well export it as an HTML file and open it with your local text editor. The you can manually insert the textarea tag from there.
AMT India's Avatar
Member
 
Join Date: Feb 2007
Posts: 64
#3: Aug 4 '08

re: TextArea not working in FCKeditor


Can you please clarify?
Newbie
 
Join Date: Jul 2008
Location: Lake Oswego, Oregon
Posts: 6
#4: Aug 5 '08

re: TextArea not working in FCKeditor


Quote:

Originally Posted by AMT India

Can you please clarify?

Well say if you're using windows.
you have this web design program right?
You export your project into a html web page.
You could open it with notepad, wordpad, or if you have it, something like dreamweaver, so you can directly edit the code instead of just doing visual design.

say for example you have a div tag and then you want to put in your textarea tag.
If you open your web project (assuming it has been saved as a .htm, .html, or other web file) with note pad, you could just browse through the code until you find the place where you want to insert the textarea.
Reply


Similar HTML / CSS bytes