Hello,
dr makes a huge problem for me here.
The output it generates overwrites what i specify in TinyMCE.
for example:
html sourcecode from tiny:
<div>
<img align="right" height="80" src="assets/images/image.jpg" width="80" />A whole bunch of Text, where an image is aligned right next to it, and the text floats around the left side of the image.
</div>
result: the image is properly aligned to the right side of the text.
html sourcecode from website:
<div>
<a title="" rel="lightbox" href="assets/images/image.jpg">
<img width="80" height="80" src="assets/drgalleries/1/image.jpg"/
</a>
A whole bunch of Text, where an image is aligned right next to it, and the text floats around the left side of the image.
</div>
result: the image is aligned to the left side of the text. No chance to make it look the same as with an not-dr-processed image.
What I want is, that i can float an image to the right in a text using dr.
Any ideas?
thanks
Alex