|
|
|
|
|
|
![]() |
#1 |
I'm the only guy in the world who has to wake up to have a nightmare
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? |
![]() |
![]() |
![]() |
#2 |
Progress rarely comes in buckets, it normally comes in teaspoons
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
|
I doubt if it will solve your problem but you have an /font tag without a font tag preceeding it near the top of your code. Might fix that and see if you get lucky
![]() Also, shouldn't you have an <ol> and </ol>for and ordered list? Or is that somewhere else on the page? Last edited by Maj. Stress; 2005-12-20 at 01:27 AM.. |
![]() |
![]() |
![]() |
#3 |
I'm the only guy in the world who has to wake up to have a nightmare
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
|
Hi majick
![]() Thanks for spotting that font tag, removed it - no joy. added <ol></ol> - no joy. Tried 1001 variations of <ol><li> and their closing counterparts, no dice. I spent so much time yesterday on it that I now officially give up. Thanks for taking a look though ![]() |
![]() |
![]() |
![]() |
#5 |
Asleep at the switch? I wasn't asleep, I was drunk
Join Date: Nov 2005
Location: London UK in a house share with three 28 yr old girls...perv perv
Posts: 215
|
you got two </a> and only one <A href=...> which will confuse things.
Give it a go... I would!
__________________
Mattinblack - <a href="http://pornlinks.kwikfire.com">PornLinks</a> - <a href="http://strange-attractor.kwikfire.com">Strange Attractor</a> - <a href="pnav.kwikfire.com">PORNavigator</a> - <a href="http://ukescort.kwikfire.com/">Fem Escorts</a> - <a href="http://kwikfire.com/">Hosting</a> |
![]() |
![]() |
![]() |
#6 |
Progress rarely comes in buckets, it normally comes in teaspoons
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
|
I just loked at your source code for the page in question. You have an html nested within an html page. Big no no. You need to fix that.
Now, I think the problem is coming from the fact that the nest html page is not calling the style sheet since it is not loaded to the browser in the initial html head tag. Hope that made sense. You really need to clean up the coding on the page and put the call to the style sheet in the initial "head" tag and get rid of the nested html tags. You only need < html > once on a page. I would do my best to make sure the page validates at www.w3.org to avoid problems like this. ![]() |
![]() |
![]() |
![]() |
#7 | |
I'm the only guy in the world who has to wake up to have a nightmare
Join Date: Feb 2004
Location: London, United Kingdom
Posts: 1,895
|
Quote:
![]() That explains a lot, I was looking in my editor for the 2nd instance of html you mentioned but couldn't find it, seems that the type of include I'm using <?php @include (etc)> is causing the problem - not being a shtml page, I had to do it this way to get the include there - which isn't gonna fly it seems. Sooo.... It must have always been unordered (I hate those .000000000001 %'s lol) in which case I'll call an inc file instead - thanks for that, my head was really starting to hurt! |
|
![]() |
![]() |
![]() |
|
|