Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Paul] help with if statements in link.html

Quote Reply
Re: [Paul] help with if statements in link.html In reply to
Ok. I am a little dense. What I want is:

if there is a detailed page, to link to that
if there is a URL, to link to that
if there is not a url or a detailed page, to just show the title, not linked.

What I have so far, that does the first two, is this:

<%if Full_Story%><a href="<%detailed_url%>"><%body_font%><b><%Title%></b></font></a>
<%else%><a href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%body_font%><b><%Title%></b></font></a>
<%endif%>

Can you show me using this example, how to add the <%if not URL%>?

I am not trying to be difficult. I swear.Crazy

Last edited by:

Evoir: Jul 23, 2002, 1:50 PM
Subject Author Views Date
Thread help with if statements in link.html Evoir 3158 Jul 22, 2002, 3:34 PM
Thread Re: [Evoir] help with if statements in link.html
yogi 3070 Jul 22, 2002, 10:51 PM
Thread Re: [yogi] help with if statements in link.html
Evoir 3053 Jul 23, 2002, 10:01 AM
Post Re: [Evoir] help with if statements in link.html
katabd 3047 Jul 23, 2002, 10:11 AM
Thread Re: [Evoir] help with if statements in link.html
yogi 3044 Jul 23, 2002, 1:09 PM
Thread Re: [yogi] help with if statements in link.html
Paul 3053 Jul 23, 2002, 1:12 PM
Post Re: [Paul] help with if statements in link.html
yogi 3040 Jul 23, 2002, 1:13 PM
Thread Re: [Paul] help with if statements in link.html
Evoir 3033 Jul 23, 2002, 1:50 PM
Thread Re: [Evoir] help with if statements in link.html
yogi 3027 Jul 23, 2002, 2:06 PM
Thread Re: [yogi] help with if statements in link.html
Evoir 3022 Jul 23, 2002, 2:23 PM
Thread Re: [Evoir] help with if statements in link.html
yogi 3022 Jul 23, 2002, 2:26 PM
Post Re: [yogi] help with if statements in link.html
Evoir 3022 Jul 23, 2002, 2:32 PM