However when I add it to my article content using replacement tag:
Code: Select all
{IMAGE_LEFT:article_images/test_image.gif}
When I check the files existance on the server it looks as though it's been renamed to some random characters to avoid name collisions. But the HTML that is generated after appears to reference the file I uploaded, only it's looking in the wrong directory.
The HTML generated by the replacement tag is:
Code: Select all
<img src="picture/article_images/test_image.gif" />
Thanks again