Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Changing link color in directory tree...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

joeb
Starting Member

USA
4 Posts

Posted - 21 April 2005 :  08:54:22  Show Profile  Visit joeb's Homepage
Hi, I need to change the link colors in JUST the directory trees at the top of the pages. I can't do it in the database as I am integrating Snitz within my website.

The database colors are overriding my CSS stylesheets and really creating havoc with our site.

In what code can I find where the directory trees are being built?

Anyone know?

HuwR
Forum Admin

United Kingdom
20593 Posts

Posted - 21 April 2005 :  09:08:19  Show Profile  Visit HuwR's Homepage
look in inc_header around line 261 (if unmodified) for


"<style type=""text/css"">" & vbNewLine & _
"<!--" & vbNewLine & _
"a:link    {color:" & strLinkColor & ";text-decoration:" & strLinkTextDecoration & "}" & vbNewLine & _
"a:visited {color:" & strVisitedLinkColor & ";text-decoration:" & strVisitedTextDecoration & "}" & vbNewLine & _
"a:hover   {color:" & strHoverFontColor & ";text-decoration:" & strHoverTextDecoration & "}" & vbNewLine & _
"a:active  {color:" & strActiveLinkColor & ";text-decoration:" & strActiveTextDecoration & "}" & vbNewLine & _


These colours are set in the admin, so you should be able to get them to match
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07