Skip to main content

Template not showing the images correctly.

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
Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×