Quote:
Originally posted by rmusic
http://www.r-music.net/forums/index.php
how do i make the white be the back ground color
how do i make the link color be the normal link
how do i make the font color to be normal
and the final problem
how do i get the borders to be fixed (bottom of forum, because of newsfader it has the on off table bg as the boarder color)
other than those problems im facing It's a good hack
|
the news colors are in fader.js
open this file you'll look:
Code:
FDRboxWid = 600;
FDRboxHgt = 20;
FDRborWid = 0;
FDRborCol = "#070707";
FDRborSty = "solid";
FDRbackCol = "#f7f7f7";
FDRboxPad = 4;
this can edot to control news width and colors
the news bgcollor is in forumhome template
Look this:
<tr><td colspan=6 bgcolor="#f7f7f7" height=30 valign="top" align="center">
You can edit this #f7f7f7 as you like.
You can easily do all colors and width\height
just try it.