Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Links not showing on category page

Quote Reply
Links not showing on category page
AAARGH, new server, more problems..

go to http://www.rootssearch.net/search/ click on the category that contains one link. The link will not show in the Databases category.. What could be wrong?

Quote Reply
Re: Links not showing on category page In reply to
Make sure the tags in category.html are on individual lines (as mentioned a few times in the forum)

Installs:http://wiredon.net/gt
FAQ:http://www.perlmad.com

Quote Reply
Re: Links not showing on category page In reply to
Among other possible things you have scrambled I noticed this oddity:

Code:
<td align="left" height="20" bgcolor="#FFFFFF"><font SIZE="2" FACE="Verdana, Arial"
COLOR="000000">< ! -- Links --> <html>

<head>
<title></title>
</head>

<body>
Now, forgive me if you are trying something new and experimental, but inserting a new set of <html><head><title></title></head><body> in the middle of your document can't be helping. I suspect your footer is to blame for that. Fix that, then come back.

Quote Reply
Re: Links not showing on category page In reply to
Thanks, I did that for my Category page, whats new and cool page. Thank you again...I totally forgot about that..