Image visible in editor, not on page
Posted: Mon Apr 08, 2013 3:16 pm
Hi,
On my blog, schulenburg-it.nl and schulies.org (private) i'm using S9Y. When adding an image to the editor it is visible within the editor but not on the blog. I discovered that, when adding the image, the code is somewhat different with older posts:
Correct:
InCorrect:
Where does this come from? I've updated everithing to 1.6.2 (also wrong) and today to 1.7rc3. I've also updates plugins via Spartacus on a regular basis?
On my blog, schulenburg-it.nl and schulies.org (private) i'm using S9Y. When adding an image to the editor it is visible within the editor but not on the blog. I discovered that, when adding the image, the code is somewhat different with older posts:
Correct:
Code: Select all
<a href="/uploads/Afbeeldingen/VMware/2013-04-03-08DeepSecvSwitch.jpg" class="serendipity_image_link"><img src="/uploads/Afbeeldingen/VMware/2013-04-03-08DeepSecvSwitch.jpg" class="serendipity_image_center" Style="width:420px; height:150;" /></a>Code: Select all
<a href="/uploads/Afbeeldingen/VMware/2013-04-03-08DeepSecvSwitch.jpg" class="serendipity_image_link"><img width="420" height="150" src="/uploads/Afbeeldingen/VMware/2013-04-03-08DeepSecvSwitch.jpg" class="serendipity_image_center" /></a>