Ticket #4083 (closed Bug: expired)
Editor Source Mode Removed Head Tag
| Reported by: | windows_mss | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | FCKeditor 2.6.3 |
| Keywords: | Pending WorksForMe | Cc: | windows_mss@… |
Description
When i goes to Source Mode in the editor it automatically remove the head tag title tags etc.., content is like this after going to Source Mode. I'm using Assembly="FredCK.FCKeditorV2"(FCKeditor.Net - FCKeditor.Net_2.6.3) dll in my project
<p> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> <meta
Attachments
Change History
Changed 4 years ago by windows_mss
- Attachment scrSht-_2009-07-23_17-00-27.png added
comment:1 in reply to: ↑ description Changed 4 years ago by windows_mss
- Cc windows_mss@… added
Replying to windows_mss:
When i goes to Source Mode in the editor it automatically remove the head tag title tags etc.., content is like this after going to Source Mode. I'm using Assembly="FredCK.FCKeditorV2"(FCKeditor.Net - FCKeditor.Net_2.6.3) dll in my project
<p> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> <meta
hey me again,
i over come the issue by modifying FCKConfig.FullPage = true ; but new issue the title tag is got empty, but my page have title content, how to overcome this issue

Head tag removed