Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Div elements still created using insert image?


Go to End


1680 Views

Avatar
SilverRay

Community Member, 167 Posts

22 June 2009 at 8:55pm

Hi,

Regarding upgrading to 2.3.2 it is stated here:

http://doc.silverstripe.org/doku.php?id=upgrading:2.3.2

that there are no longer any div elements created with the images using the insert image toolbar in the CMS. But when I look at the source code for the generated page, the div's are still generated... like so:

<div class="image left" style="width: 456px;"><img title="blah blah" src="assets/Uploads/blahblah.gif" alt="blah" width="456" height="330" /></div>

Strange?