Hi,
When I apply a heading next to an image. The html synthax turns out as:
<h2>Main Heading<img class="img_right" alt="" src="/global-image-gallery/Apples.jpg" /></h2>
This is so annoying, is it possible to modify the config file so it doesn't nest headings and images. As ideally I would like the synthax to look like this:
<img class="img_right" alt="" src="/global-image-gallery/Apples.jpg" />
<h2>Main Heading</h2>
Any help would be much appreciated.
When I apply a heading next to an image. The html synthax turns out as:
<h2>Main Heading<img class="img_right" alt="" src="/global-image-gallery/Apples.jpg" /></h2>
This is so annoying, is it possible to modify the config file so it doesn't nest headings and images. As ideally I would like the synthax to look like this:
<img class="img_right" alt="" src="/global-image-gallery/Apples.jpg" />
<h2>Main Heading</h2>
Any help would be much appreciated.