Hi,
I would need some help here re: auto formating of html codes example scenario:
1. click the "source" button
2. enter this code: <a href=""><div>hellow</div></a>
3. click the "source" button, this is to see the output, always displays right output
4. click the "source" button again, the code change to: <p></p><div><a href="">hello</a></div>
5. source code should be not change from this code: <a href=""><div>hellow</div></a>
There the output was change to something. how to prevent the auto formating?
All help is really appreciated Thanks! :)