PDA

View Full Version : Table Heading Text Font Color Problem


M. Libbert
Sat 9th Sep '00, 3:42am
I originally posted this problem in the bug forum, but I only got one one-sentence response. Either my small mind is not able to grasp the meaning of it, or it just plain does not fix my problem. So I thought what the hell I should give it the old college try in this forum. Without further ado…


While working on the design of my new vBulletin I changed the Font color of the Table Heading Text to black. The only problem is it will not let me change it to anything else now.
Currently my Table heading text in the styles area reads #FFFFFF and in the replacement variables I have “tableheadtextcolor is replaced with #FFFFFF” In my book FFFFFF= white.


However, if you look at my forum you will see that the table heading text is black. Note, if you go into one of the two forums that I have transferred threads into you will see on the individual threads the top table heading text is white as it should be and the bottom is the black.

http://www.dvdcouponpost.com/vbulletin/

Since, I originally posted this question three days ago, I am somewhat ticked off that I have yet to receive an answer(other than the one mentioned). I am beginning to wonder is vBulletin the Model T of the Bulletin Board Business. You can have your table heading fonts in a color you want as long as it is black.




[Edited by M. Libbert on 09-09-2000 at 02:47 AM]

Mike Sullivan
Sat 9th Sep '00, 12:04pm
Try looking at your page source code:
<FONT face="verdana,arial,helvetica" size="1" color="#000001" COLOR="#FFFFFF"><B>Moderator</B></font>Note the 2 color attributes?

Take the color attribute out of smallfont, or edit your templates to use <font face="verdana,arial,helvetica" size="1" color="#000001" COLOR="{tableheadtextcolor }"> instead of <smallfont color="{tableheadtextcolor }">

[Edited by Ed Sullivan on 09-09-2000 at 11:13 AM]