Thx may tell me your server configuration and your BROWSER.Ian wrote: It seems I spoke too soon yesterday.
Even with beta7 the html source code is being messed up when submitting. Everything looks fine until then.
It seems that extra tags are being added and forward slashes are being removed.
On a simple page, the source is:
until I submit it and then it is saved as:Code: Select all
<h1>Header</h1> <p>Text</p> <p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>
Note the tags have changed and the image path has lost its forward slashes.Code: Select all
<h1>Header <h1> <p>Text</p> <p> </p> <p><img height="315" alt="" src="/uploadsimages23.jpg" width="439" /></p> <p> </p> </h1> </h1>
As no-one else seems to have reported this, perhaps it's a problem with my setup - your test site, megabob, seems OK.
Any ideas?
Ian.
Bye
