Skip to main content

Reply to "Custom template Help - Can't add images!!"

Hello Darren,

I will give this a shot. To place an image in HTML you will first need to know the URL of the image. Click the "Images" tab, Click on "Manage", find the image you wish to use and just to the right you will find the URL that looks similar to "http://img.auctiva.com/imgdata/0/0/0/0/0/8/webimg/217_o.jpg", copy the URL of the relevant image.

I will give you the code, based on your last request, for placing that image into HTML code that is using a single row with four columns and the image placed into the third column (assuming all the code is housed inside of a table element):

<tr>
<td>First Column of text/whatever</td>
<td>Second Column of text/whatever</td>
<td><img src="http://img.auctiva.com/imgdata/0/0/0/0/0/8/webimg/217_o.jpg"></td>
<td>Fourth Colum of text/whatever</td>
</tr>

This should get you started, you will need to replace the URL for the image to have it display what you would like.
Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×