Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Category display unaligned.

Quote Reply
Category display unaligned.
Now, this should be a simple question. When I use the default subcatergory.html my categories are lined up just as they should be. But, when I add the 3-new level code:

--
<font face=arial SIZE=2>
<dl>
<dt><a href="<%URL%>"><B><%Short_Name%></B></a> <small>(<%Number_of_Links%> )</small>
<%if Has_New_Links eq 'Yes'%><%if Days_Old < 15%> <img src=/FAQ/images/new_<%Days_Old%>.gif><%endif%><%endif%>
<%if Has_Changed_Links eq 'Yes'%><small><sup>update</sup></small><%endif%>
</dt>
<%if Description%><dd><%Description%></dd><%endif%>
</dl>
</font>
--

It messes up the category alignment and lists the categories in a cascading style. What's the reason for this to happen?

Thanks,

Sean Mott
http://www.weathertalk.net
Internet's best weather search engine
Quote Reply
Re: Category display unaligned. In reply to
Try removing <sup></sup>.

Also, I would remove the defintion list (<dl><dt>) codes.

Regards,

Eliot