I would like to display a largish image in a form to show users what the are buying. How do I do this?
I would like to display a largish image in a form to show users what the are buying. How do I do this?
You can use an HTML field which accepts....HTML :)
Use an HTML block. It's one of the Standard field types. Just insert the HTML tag for the image and style it however you like:
[html]
<img src="http://www.vetscenewb.net/images/users/237/247.jpg" title="horse" alt="horse" style="padding: 10px;" />
Perfect - I knew I was missing something.
Thanks