Is it possible to insert a form into an article or add an image to a form?
thanks.
thanks.
<html>
<body>
<img src="Image_3.jpg">...
<img src='<?php echo JURI::root(); ?>images/Image_3.jpg' />
The odd PHP bit will insert the current root URL of the site so the end result in the page source is like this:<img src='http://my_domain.com/images/Image_3.jpg' />