I want an input format that does not change anything. I mean to say, I want to be able to write HTML code into a Drupal's standard editor just like I was writing HTML into a text file. For every-day use, I do use the "Full HTML" or "Filtered HTML". But, there are time when I want complete control of the HTML and also enter javascript. Is this possible? Is there an option that does not change anything?
Yes, it's the PHP input format. Before it was available out of the box, now you have to enable it in the core optional modules, php iflter. That's the best one because even the full html replace a line return with a BR.
Thanks for that tip! I would rather have control over my content because the filtering always messes something up. Using PHP input format, will users who don't know html be able to work with that, or should I just use it for my own purposes?
Thanks wwwSENSERLYcom. I haven't tried it yet as I'm just finishing up with the basic buildup and tweaking of my drupal site. I will get around to it soon though.