Hello,
I was wondering if anyone could give me some hints for things I need to do to add images to a customized template that I am editing but did NOT create.
I have been trying to add images but they will not display. However, other attributes such as the images title will display.
I have been trying to place them within this tag:
<div id="todaysEventsHeading">
by changing the "corner-ur.gif" attribute of the following code which does display the proper image:
<?php echo zen_image(DIR_WS_TEMPLATE.'images/corner-ur.gif' , '', '', '', 'class="box_corner_ur"'); ?>
The odd thing is, if I change the image contained within "corner-ur.gif", the image will change on the screen. I can not seem to figure out, however, how to display an image drawn from a different file.
So, just to be clear, I know that line of code is showing an image, and I know where the image it is showing is located. However, when I try to edit it to show different images by changing the file name... It will not show the image, but it will show the Title of that image.
Any suggestions would be very appreciated.![]()
Thank you in advance,
Pat



