Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Adding a Priority Image

Quote Reply
Adding a Priority Image
Hi,

I want some links to have a special image in the category page, and did the following... but now, when I build, ALL of the links have the image:

Added a field to the table:
isPriority, CHAR, Not Null=Yes, Default Value=No

Added this to links.html:
<%if isPriority%>
<small><img src="/priority.gif"></sup></small>
<%endif%>

Modified the links I wanted by changing the value from No to Yes .

Am I missing something?

Thanks,
Emilio

[This message has been edited by ekaram (edited March 09, 2000).]
Subject Author Views Date
Thread Adding a Priority Image ekaram 2124 Mar 9, 2000, 4:58 PM
Post Re: Adding a Priority Image
pugdog 2056 Mar 9, 2000, 6:50 PM
Post Re: Adding a Priority Image
ekaram 2058 Mar 9, 2000, 7:47 PM
Post Re: Adding a Priority Image
pugdog 2068 Mar 10, 2000, 12:36 PM
Post Re: Adding a Priority Image
ekaram 2058 Mar 10, 2000, 2:02 PM