This topic is locked
[SOLVED]

 Replace Child Link text with an Icon

8/11/2014 7:25:28 PM
ASPRunnerPro General questions
P
precisiondi author

Is it possible to replace the child text link on the list pages with an ICON?

mperry622 8/13/2014



Is it possible to replace the child text link on the list pages with an ICON?


Yes - Go tothe page in Editor and find in HTML code where the link is...
I changed to:

<A {$dbo_Drops_dtablelink_attrs}>

<IMG

src="/images/add.png">

</A>


i created an image and put it in my directory and now i have a icon as an add object and not a hyperlink.

P
precisiondi author 8/14/2014

Thank you.