Hi All
I want to add multiple pics side by side with some text in a fragment..
I tried to edit the Act_ImageAndTitle template...I added another column to the row:
<tr>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
</tr>
That generates two pics side by side..but not what I want ...the var Brochure_Image obviously has the same value...so you just get a repeat of the same image..
How can I display two images side by side in a fragment...?
TIA
Steve
I want to add multiple pics side by side with some text in a fragment..
I tried to edit the Act_ImageAndTitle template...I added another column to the row:
<tr>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
</tr>
That generates two pics side by side..but not what I want ...the var Brochure_Image obviously has the same value...so you just get a repeat of the same image..
How can I display two images side by side in a fragment...?
TIA
Steve
Comment