Gossamer Forum
Home : Products : Links 2.0 : Customization :

Mozilla and Links Question

Quote Reply
Mozilla and Links Question
Ok when looking at my site www.wespreadtheword.net the search results get tinier and tinier with Mozilla. Is there a way to fix this?
Quote Reply
Re: [LordStryfe] Mozilla and Links Question In reply to
Gotta close that <small> tag (and the <li>, too):
----
<div class="linklisting">
<ul><li><a class="link" href="http://www.wespreadtheword.net/cgi-bin/jump.cgi?ID=1300">Christian CADRE</a>

<div class="linkdescription">- Christian Apologetics Debate, Research, Evangleism (CADRE)-- research and dissemination of the best apologetical defense of the faith on the Internet; existence of God, truth of the <STRONG>Bible</STRONG>, historicity of Jesus and the Resurrection, Jesus as Messiah, power of prayer, scientific evidence</div>
<small class="date">(Added: 6-Oct-2003 Hits: 9 Rating: 0 Votes: 0)</small>
<p class="linkactions">
<a href="http://www.wespreadtheword.net/cgi-bin/rate.cgi?ID=1300">[Rate It]</a>
<a href="http://www.wespreadtheword.net/cgi-bin/report.cgi?ID=1300">Deadlink?</a>
</p>
</li>
</ul>
</div>
----
Actually, what is the UL doing for you?

I did not see class "date" defined in your style sheets...


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: Mar 5, 2006, 10:26 PM
Quote Reply
Re: [PerlFlunkie] Mozilla and Links Question In reply to
Thank you