I am using joomla 3.0. While saving any article escape sequences are inserted into the text. Eg:
<div class="txt">Hello</div>
This line turns to
<div class=\"txt\">Hello</div>
I dont know how to get rid of these escape sequences. Please help me..
In Joomla 3 you need to have magic quotes disabled. You might need to ask your host how to do that, the procedures differ host to host, but in the end you need to modify or add a php.ini file somewhere.