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

help please

Quote Reply
help please
So,I not undertstand,where script get this thml tags:
its my table layout:
Where script get this tags?
--->
<DIV class=margin>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="80%">

<TR>
<TD class=catlist vAlign=top></TD>
<TD class=catlist vAlign=top>

---------------------------------------------------------
this tags scripts get form subcategories.html,i know.
<DL>
<DT><STRONG><A class=link
href="http://localhost/links-sql/Advertising/">Advertising</A></STRONG>
<SMALL><CLASS="NUMLINKS">qqq(0)</SMALL></DT></DL>
<DL>
<DT><STRONG><A class=link
href="http://localhost/links-sql/Animations/">Animations</A></STRONG>
<SMALL><CLASS="NUMLINKS">qqq(0)</SMALL></DT></DL>

<DT><STRONG><A class=link
href="http://localhost/links-sql/Webmaster_Stuff/">Webmaster_Stuff</A></STRONG>
<SMALL><CLASS="NUMLINKS">qqq(0)</SMALL>
-----------------------------------------------------------
Where script get this tags?
---> </DT></DL></TD></TR></TABLE></DIV>

I just look all fies,but cant find it.


Quote Reply
Re: help please In reply to
Hi,

thes tags are defined in links.css style sheet.
Many users (including me) have encounterd problems with this stylsheet definition file.

regards, alexander

Quote Reply
Re: help please In reply to
thanks for reply
but if Im not use it,what I need to do?

Quote Reply
Re: help please In reply to
The definition list codes (<DL><DT>) and end table tags (</TD>..) are defined in the sub site_html_print_cat routine in the HTML_Templates.pm file.

Regards,

Eliot Lee