View Single Post
Old 2004-11-20, 04:25 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I don't use the hot links in my setup but I do have static URLs on all of my other pages and this is what I use on my new page.

<%if link_results_loop%>
<%loop link_results_loop%>

<%include link2.html%>
<%endloop%>
<%endif%>

Then link2.html looks like this.

<ul>
<li type="circle">
<span class="type">
<%Type%>
</span>
<a class="link" href="<%URL%>">
<%Title%>
</a>
<span class="descript">- <%Description%></span>
<a class="nw" href="<%URL%>" target="_blank">NW</a>
<a class="detailed" href="<%build_root_url%>/Detailed/<%ID%>.html ">DETAILS</a>
</ul>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote