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: MOD Implementation
 Color Url in PMmod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

frenk
Starting Member

Netherlands
38 Posts

Posted - 01 February 2005 :  12:32:44  Show Profile
The Color in my PM mod is not visble in my forum because white background. Where can i change that.

Thanx

TStewartFan
Junior Member

190 Posts

Posted - 01 February 2005 :  15:20:33  Show Profile  Visit TStewartFan's Homepage
umm.....in lots of places. Search for this line in pmview.asp (you may need to change it in send and read too if you can't read your font when you send and read new pm's as well) - & getCurrentIcon(strIconBar,"","") & getCurrentIcon(strIconFolderOpen (it will be in multiple places) and change the <table bgcolor=> tag below that table. That otta be all it should take.

If You Have to Ask, You Wouldn't Understand.
Go to Top of Page

frenk
Starting Member

Netherlands
38 Posts

Posted - 03 February 2005 :  11:04:27  Show Profile
I wan't to change the color of my urls not the background
Go to Top of Page

TStewartFan
Junior Member

190 Posts

Posted - 03 February 2005 :  11:18:03  Show Profile  Visit TStewartFan's Homepage
My approach would be as follows:
Open Inc_Header.asp and find this line (around 290) "</head>" & vbNewLine & _

Just Before this line add the following:
"<style type=""text/css"">" & vbNewLine & _
"<!--" & vbNewLine & _
"a.newcolor:link, a.newcolor:visited, a.newcolor:hover, a.newcolor:active {color:"whatever";}" & vbNewLine & _
"</style>" & vbNewLine & _

Then open PM_View, Options, Whatever and search for the following: <a href
For every link you would like to apply this new style to do the following:
<a href=""whatever.asp"" class=""newcolor"">

That otta do it for you.

If You Have to Ask, You Wouldn't Understand.
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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07