Hey guys, I really need a help. I would like to edit some html file in fckeditor. but if I edit some html file and I try to save changes, I get only content between <body> and </body> tags and tags for example: html, head, script, link are deleted. how can I do this, edit some html content and save changes but so that I no lose all these tags. pls help. thnx in advance .
ciao, errno
Thu, 02/02/2006 - 03:50
#1
RE: Editing all html tags?
FCKConfig.FullPage = false ;
to
FCKConfig.FullPage = true ;