Gossamer Forum
Home : Products : Links 2.0 : Customization :

in links.html

Quote Reply
in links.html
I like to use the following text in links.html template but I don't know what to change to use
<%if URL%>
<span class="descript"><%URL%></span>
<%endif%>
and

<%if Telephone%>
<span class="descript"><%Telephone%></span>
<%endif%>
to work properly.

I have done something to get the output but I want this <%if URL%> part to work.

Could you please someone help me with this?

Thank you very much for your time and help.

Cheers
Mohan

enc: my links.html

<ul><li><a class="link" href="mailto:<%Contact Email%>"><%Contact Name%> - <%Title%></a>

<%if isNew%>
<small><sup><font color="red">new</font></sup></small>
<%endif%>
<br>

<%if Description%>
<span class="descript"><%Description%></span>
<%endif%>
<br>

<%if Telephone%>
<span class="descript"><%Telephone%></span>
<%endif%>
<br>

<%if URL%>
<span class="descript"><%URL%></span>
<%endif%>
<br>

<small class="date">(Added: <%Date%> )</small>

</ul>
Quote Reply
Re: in links.html In reply to
What happens when you use the code you have. All you said is that it does not work properly but never explained that.