Hi,
Im attempting to include an image in the left panel of one of the themes. To do this I go: Options > Design Options > Site Defaults, the Property I am using is "LEFTBARTEXT."
In here I want to include an image of the debit/credit cards we accept, here is the code I am currently using:
But in both preview mode and when running live the image doesn't appear, it seems as though it is in a wrong directory or doesn't exist. The image is in the correct directory and does exist, is Actinic stopping me from performing this facility for some reason?
PS. I've also tried inserting the image by wrapping it with !!< and >!!
Thanks,
Mat
Im attempting to include an image in the left panel of one of the themes. To do this I go: Options > Design Options > Site Defaults, the Property I am using is "LEFTBARTEXT."
In here I want to include an image of the debit/credit cards we accept, here is the code I am currently using:
Code:
<img src="cards.gif" alt="Image: The credit/debit cards we currently accept" name="cards" width="98" height="54" hspace="0" vspace="0" border="0" align="middle">
PS. I've also tried inserting the image by wrapping it with !!< and >!!
Thanks,
Mat
Comment