This topic is locked

ICONS for preview page

9/4/2007 9:31:38 PM
ASPRunnerPro General questions
M
Michael7 author

Hi,
I would like to use an ICON istead of the word Deactivations for the auto preview function on the list page.

I have tried a few variations and the ICON will appear but is not picking up the hyperlink value.
Thanks in Advance.

Michael
<td align="center" valign=middle class=borderbody width="5">
<a class="tablelinks" {if $useAJAX} onmouseover="RollDetailsLink.showPopup(this,'Deactivations_detailspreview.asp'+this.href.substr(this.href.indexOf('?')));" onmouseout="RollDetailsLink.hidePopup();" {/if} href="Deactivations_list.asp?{$row.1Deactivations_masterkeys}" id="master_Deactivations{$row.1recno}">

Deactivations</a>
</td>

Sergey Kornilov admin 9/4/2007

Replace Deactivations with <img src=...>. Is that what you asking?

M
Michael7 author 9/4/2007

Thanks Sergey,
my mistake i was putting the link in the Add Inline row.