Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - font color on
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

font color on "get_topic.asp"

 Post Reply Post Reply
Author
Lucent View Drop Down
Groupie
Groupie


Joined: 06 June 2003
Status: Offline
Points: 111
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lucent Quote  Post ReplyReply Direct Link To This Post Topic: font color on "get_topic.asp"
    Posted: 24 September 2003 at 1:36pm

Hi, how do I change the font color of << Prev Topic | Next Topic >> on get_topic.asp without affecting other links' color?

 

Back to Top
God_Struth View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 August 2003
Location: United Kingdom
Status: Offline
Points: 218
Post Options Post Options   Thanks (0) Thanks(0)   Quote God_Struth Quote  Post ReplyReply Direct Link To This Post Posted: 24 September 2003 at 5:32pm
You can add your own to the default.css file found in the includes folder, just add something similar to this:

---------------


  • a.nav {
         color : #66CCFF;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none;
         font-size: 10px;
         font-weight: bold;
    }


    a.nav:hover {
         color : #FF6633;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-decoration : underline;
         font-size: 10px;
         font-weight: bold;
    }

    a.nav:visited {
         color : #66CCFF;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-decoration : none;
         font-size: 10px;
         font-weight: bold;
    }

    a.nav:visited:hover {
         color : #FF6633;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         text-decoration : underline;
         font-size: 10px;
         font-weight: bold;
    }


----------------

Around line 590 of forum posts.asp find this line:

<a href="get_topic.asp?FID=<% = intForumID %>&TID=<% = lngTopicID %>&DIR=P" target="_self" class="nav">


and this line:

<a href="get_topic.asp?FID=<% = intForumID %>&TID=<% = lngTopicID %>&DIR=N" target="_self" class="nav">

---------------

Simply change the name of the class>nav< to whatever you called it in the CSS file.


Back to Top
Lucent View Drop Down
Groupie
Groupie


Joined: 06 June 2003
Status: Offline
Points: 111
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lucent Quote  Post ReplyReply Direct Link To This Post Posted: 25 September 2003 at 8:36am
This works, but it also change the group of icon navigations at the very top. ( I tried to change the link color="#fffff" white) so the very top links just blinds into the bg which also is white.
Back to Top
God_Struth View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 August 2003
Location: United Kingdom
Status: Offline
Points: 218
Post Options Post Options   Thanks (0) Thanks(0)   Quote God_Struth Quote  Post ReplyReply Direct Link To This Post Posted: 25 September 2003 at 8:57am
I simply used "nav" as an example, you should call it something other than what the main forum classes are called.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.