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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Format Topic HR same color as Table Border
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MadSpin
Starting Member

USA
18 Posts

Posted - 26 May 2001 :  08:16:32  Show Profile  Visit MadSpin's Homepage  Send MadSpin an AOL message
This might be a repeat...

While formatting my board i noticed that the Horizontal Rule for the Topics (the one under neith the "posted - date" and edit / contact icons) wasn't the same color as my Table Border Color...

Simply add: color="<% =strTableBorderColor %>"

Inside the existing <HR> tags in "topic.asp"

Located around 391,547 (I recently added the Avatar2.0 MOD so my lines are off a bit, so they maybe around 10 lines above what I said.)

the first line (around 391) looks like this:
<hr noshade size="<% =strFooterFontSize %>">

the second line (around 547) looks like this:
<hr noshade size="1">

simply mod the first to:
<hr noshade size="<% =strFooterFontSize %>" color="<% =strTableBorderColor %>">

and the second to:
<hr noshade size="1" color="<% =strTableBorderColor %>">

This makes the Horizontal Rule match the color of your Table Border Color. You can see an example of it @:

http://ahriman-corpscom.on.halfpricehosting.com/snitz

(You'll obviously have to go down to a topic thread to see this...)

- MadSpin


  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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07