Skip to main content

The custom template will not allow me to save with 2 different displays of the same image. Is there a way around this???

Here is what the original code looks like....

<tr>
<td align="center" valign="top"><img src="[IMAGE1_URL]" height="255"></td>
</tr>
<tr>
<td align="center" valign="top">[TITLE]</td>
</tr>
<tr align="center">
<td>[IMAGE1]</td>
</tr>
<tr align="center">
<td>[IMAGE2]</td>
</tr>



Here is how it saves it....

<tr>
<td align="center" valign="top"><img src="[IMAGE1_URL]" height="255"></td>
</tr>
<tr>
<td align="center" valign="top">[TITLE]</td>
</tr>
<tr align="center">
<td>[IMAGE1_URL]</td>
</tr>
<tr align="center">
<td>[IMAGE2]</td>
</tr>
Original Post

Replies sorted oldest to newest

One thing I noticed right away is that you have the code <img src="[IMAGE1_URL]" height....> where you should not place the [IMAGE1_URL] or any other autiva tag into this position. It should be like your later example where like <td>[IMAGE1_URL]</td>

I STAND CORRECTED- YOU HAVE USED THE PROPER CODE!
We have reproduced the error and will work to correct it.
Last edited by auctivabrent

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×