Hi,
I want to have a CUSTOM image complete with text that Links to a page, so i created;
CUSTOMVAR:AD1IMAGE > Text > path to my image.
CUSTOMVAR:AD1TEXT > Text > "the text"
CUSTOMVAR:AD1LINK > Text > path for the link.
I modified my primary template as follows:
but this does not work or even show that a link exists, (looking at the status bar in browser when i roll-over the image or test).
What am i doing wrong ?
Simon.
I want to have a CUSTOM image complete with text that Links to a page, so i created;
CUSTOMVAR:AD1IMAGE > Text > path to my image.
CUSTOMVAR:AD1TEXT > Text > "the text"
CUSTOMVAR:AD1LINK > Text > path for the link.
I modified my primary template as follows:
HTML Code:
<td><div align="center"><a href="CUSTOMVAR:AD1LINK"><img src="CUSTOMVAR:AD1IMAGE" border="0"></a></div></td>
What am i doing wrong ?
Simon.
Comment