Forums

how do I insert an image into the form?

jaatendi 24 May, 2009
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
GreyHead 24 May, 2009
Hi jaatendi,

Try using the full URL. I think this should do it:
<img src="<?php echo JUri::base(); ?>images/stories/contact.png" /> 

Bob
jaatendi 24 May, 2009
I added ./ in front and it worked!🙂
This topic is locked and no more replies can be posted.