This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Add Image to Item
Started 11 years ago by conceive | 2 posts |
-
Is there a way to add a small image [ie: a thumbnail] to an item someone will buy?
Posted 11 years ago # -
Yes, use the full HTML code to do so.
i.e. if using radio or check boxes (or whatever) you can add basically any HTML to the "item label"
So to add an image use
<img src="full/URL/to/Your/Image">
to insert it. Make sure the image is hosted on a web server and you use an absolute URL (starting with http://...... or https:// if using SSL (which I assume you would for an E-Commerce use.).Posted 11 years ago #
Reply
You must log in to post.