View Single Post
Old 2005-12-19, 05:49 AM   #1
Jel
I'm the only guy in the world who has to wake up to have a nightmare
 
Jel's Avatar
 
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
Ordered list in gossamer

Try as I might, I cannot get my list items to show up as ordered on http://www.cfnmparty.co.uk/cfnm/

The paysites are called from a file using gossamer links, which the link.html template is:

<li>
<a class="link" href="<%URL%>">
<u><%Title%></u></a></font>
<%if isNew%>
<font color="blue"><sup class="new">new</sup></font>
<%endif%>
<%if isPopular%>
<img src="/hot.gif">
<%endif%></a></small>

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

in my html on my site I use:

<ol>
<?php @include('http://www.cfnmparty.co.uk/free_porn_pics/cfnm/'); ?>
</ol>

If I remove that piece of code, my freesites show up as ordered, so I'm thinking there's gotta be a problem with my gossamer template, but no matter what I try, I can't get the list to show as ordered - I'm 99.99% sure I've done nothing to the page or the gossamer template since all was working when I started to use it, but as the list(s) are now unordered, that seems physically impossible, I just _cannot_ imagine what I would have touched to make it behave like it is now.

Any ideas?
Jel is offline   Reply With Quote