The linked images within content doesn't seem to say in place and seem to ignore positioning.
How can we fix this? Everytime a image is linked the position isn't working anymore.
Found it out..
After you put the image in the content, go to html and adjust in manually.
<a href="http://www.targettosite.com" target="_blank">
<img style="display: inline;" title="title" src="/images/image.png" alt="title" width="24" height="24" /></a>
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
After you put the image in the content, go to html and adjust in manually.
<a href="http://www.targettosite.com" target="_blank">
<img style="display: inline;" title="title" src="/images/image.png" alt="title" width="24" height="24" /></a>