TextArea not working in FCKeditor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMT India
    New Member
    • Feb 2007
    • 64

    TextArea not working in FCKeditor

    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
  • geekifyer
    New Member
    • Jul 2008
    • 6

    #2
    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.

    Comment

    • AMT India
      New Member
      • Feb 2007
      • 64

      #3
      Can you please clarify?

      Comment

      • geekifyer
        New Member
        • Jul 2008
        • 6

        #4
        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.

        Comment

        Working...