If I use {RANDOM:picture} and have the image in picture, it works. Likewise {IMAGE_LEFT:coreopsisleav.jpg} works and generates
<td colspan="4" style="height:200px;" ><img src="picture/coreopsisleav.jpg" width="800" height="200" border="0" alt="coreopsisleav.jpg" /></td>
However, if I create a subdirectory under picture and put the image there, neither
{RANDOM:picture/banner} nor {IMAGE_LEFT:banner/coreopsisleav.jpg} work. when I look at the generated code, there is nothing in my header.
<td colspan="4" style="height:200px;" ></td>
The examples given on the phpWCMS web site for replacement tags indicate that subdirectories can be used and give examples - why can't I use them? Permissions are 755 for pictures and 755 for the banner subdirectory, so it doesn't look like a permissions problem.
Any clues would be appreciated
