Hello
I am currently facing a problem, if I add a <body> tag in the source view when adding content (in drupal), when I save, then go back to edit mode, the tag is missing. I need this tag as an onload event is attached to the code am using, <body onload="...."><p>text</p></body>
How can I get the <body> tag to be present, and not stripped by the editor? Am using Full HTML filter in Drupal, so this cannot be the cause for losing the tag each and everytime...
I am currently facing a problem, if I add a <body> tag in the source view when adding content (in drupal), when I save, then go back to edit mode, the tag is missing. I need this tag as an onload event is attached to the code am using, <body onload="...."><p>text</p></body>
How can I get the <body> tag to be present, and not stripped by the editor? Am using Full HTML filter in Drupal, so this cannot be the cause for losing the tag each and everytime...
Re: use of <body> tag in editor source view
Re: use of <body> tag in editor source view
How can I access the fullpage mode?