Hi
When I ad an image to the page and saves evrything works fine and its nicely stored to the DB also, but I have the page reload after saving, an it then adds
" in between the "" on all the attributes on tags.
How I stop it from doing that, I been struggling to find a solution.
I have a button wich calls the page from the DB, and evrything looks fine, its only the reload after the save where its screwed up on the wys.
plz help.
Eg.
Page saved.
<p>teset</p>
<p class="sucks"> </p>
<p><img height="470" alt="" width="273" src="/userfiles/image/mmm.jpg" /></p>
Page reloaded.
<p>teset</p>
<p class="\"sucks\""> </p>
<p><img height="\"470\"" alt="\"\"" width="\"273\"" src="\"/userfiles/image/mmm.jpg\"" /></p>
Thu, 01/03/2008 - 01:01
#1