Hi,
In my PHP page, I fill the fckeditor from a HTML file containing standard html tags :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Document sans nom</title> </head> <body> HELLO WORLD </body> </html>
But when I click on the HTML icon (fckeditor) I have this :
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Document sans nom</title> HELLO WORLD
So when I save the document, the main tags (html, head, body) disappears !!!
How can I save the document and keep ALL the tags ??
Re: Haw can I keep the HTML, HEADER and BODY tags ?
Re: Haw can I keep the HTML, HEADER and BODY tags ?
Is there some other way? Or can anyone just point me to the place where the function is used in the source so i can just comment it out? I don't need this functionality as this editor will be used by people who if they make a mistake will get fired lol, so there's no risk of "bad" code in there, as there will be much greater repercussions than just some one getting a popup.