content_image troubles
Posted: Sat Dec 20, 2008 5:42 am
Hi,
I am new to cms made simple, I am trying to use content_image tag like this:
but the image does not show on the page. When I look at the generated page source, I see this:
the problem is the image source should be "uploads/images/header_flash_fpo.jpg" and so the image is not found....Am I missing something? why does the tag not take the relative path? Am I using it wrong?
help, thanks
I am new to cms made simple, I am trying to use content_image tag like this:
Code: Select all
{content_image block='image' height="180" alt="" width="940" dir='images'}
Code: Select all
<div id="headerImage">
<img src="header_flash_fpo.jpg" name="image" width="940" height="180" />
</div>
help, thanks