hi, I went into the form code and inserted:
<img src="/images/stories/contact.png" />
This didn't work. Perhaps it needs to be up a level in the directory or something? Any help would be greatly appreciated. Thanks
<img src="/images/stories/contact.png" />
This didn't work. Perhaps it needs to be up a level in the directory or something? Any help would be greatly appreciated. Thanks
Hi jaatendi,
Try using the full URL. I think this should do it:
Bob
Try using the full URL. I think this should do it:
<img src="<?php echo JUri::base(); ?>images/stories/contact.png" />
Bob
This topic is locked and no more replies can be posted.