ASPrunner 6.0 Build 766
On my view page, I have a simple hyperlink displayed with the code:
<P align=center>{$show_Vis_Tour_Link}</P>
Then in the "View As" settings I have selected "hyperlink" and clicked "Display Word" then entered text "Click for Visual Tour" This works fine as the "Click for Visual Tour" link shows up if I have entered a website in the database and the area is blank if there is no entry.
I would like to set this up so an image (also hyperlinked to the same Vis_Tour link) will show up when the site is present and disappear when there is no entry. I've played around with some if/then statements but don't seem to be coming up with the exact thing I need.
So basically, given a web site entered in the database, what is the best way to display an image hyperlinked to that site, but have the image disappear when no web site is entered?