2013-10-01, 18:52:49
Hi.
When user creates a page and puts an image on it, the result is currently this:
I'd like to change this so, that GetSimple would automagically create a div around it, like this:
That would make some css-things easier to do, I hope.
How can I achieve this? What to edit and how?
When user creates a page and puts an image on it, the result is currently this:
Code:
<p>
<img src="" alt="">
</p>
I'd like to change this so, that GetSimple would automagically create a div around it, like this:
Code:
<p>
<div id="content-image">
<img src="" alt="">
</div>
</p>
How can I achieve this? What to edit and how?