Ben, I was wondering if it would be possible for you to change the css stylesheets for the message boards so that when one choses the "White" Style in their profile, the text is black by default?
Thanks!
Ben, I was wondering if it would be possible for you to change the css stylesheets for the message boards so that when one choses the "White" Style in their profile, the text is black by default?
Thanks!
It should already be black... What color are you getting?
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
I,m getting black when I choose the "White" option in my profile.
~~~~~~~~~~~~~Tin Foil~~~~~~~~~~~~~
Add tin foil to your sig to stop the Orbital Mind Control Lasers of:
The Conspiracy to Eliminate All Cost Breaks!
Sorry, Ben, I should have been more explicit.
The regular message text does appear as black but tables (or rather tables nested within the message table) have the text appear as white.
For example, this occurs when exporting a Hero Designer file and posting it on the message boards:
http://www.herogames.com/forums/show...threadid=12302
There aren't any font color tags there to be changing the text to White.
I'm not sure how the message boards read the html in the message table cell different than the html of the message board itself, but I suspect the problem is that the CSS for tables isn't set with text = black. But from what I can see of the pages code it might be more how the Profile preference might be set to re-read the style imbedded in the webpage.
Hope I'm not being too confusing here. I'll try to clarify later if this all doesn't make sense.
I'm not sure why it is doing what it is doing, but the only solution that I can see right now would be to modify the HD export template to put a black font tag inside each table cell.
I'll keep looking tho.
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
Yeah, I see what you mean, Ben, but putting a Black font tag in would just make it unreadable by those using the default Profile style.
Anyway, thanks for looking into it. In the meantime, I'll just keep having Mozilla override the style.
Also thanks for the amazinly fast responses, few companies are as responsive to their customers as you -- THANKS!
IIRC the default hero boards template is setting the color of the text in each cell directly via in-line CSS.
Its one of the reasons I did an export template to duplicate the look & feel of normal character sheets. It forces black text on white bg.
http://www.herogames.com/forums/show...&threadid=6083
Last edited by Killer Shrike; Jan 13th, '04 at 01:13 PM.
A complex system that works is invariably found to have evolved from a simple system that worked.
- John Gall
KillerShrike.com, wiki
I agree that it's gotta be the CSS, but I can't find the definitions anywhere in the VB utilities.
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
Aha! Found it! It should work now.![]()
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
Just checked -- its not in the HTML from the default HERO Boards Template.Originally posted by Ben Seeman
I agree that it's gotta be the CSS, but I can't find the definitions anywhere in the VB utilities.
In the css file that you use for the white background you might need to set the text color to black for the table cells independently of the pages normal text. Dunno if you are doing that or not, but just a thought.
TD {
background-color: white;
font-color: black;
}
A complex system that works is invariably found to have evolved from a simple system that worked.
- John Gall
KillerShrike.com, wiki
What was it?Originally posted by Ben Seeman
Aha! Found it! It should work now.![]()
A complex system that works is invariably found to have evolved from a simple system that worked.
- John Gall
KillerShrike.com, wiki
I was able to change it by modifying the SELECT... whatever that is.Originally posted by Killer Shrike
Just checked -- its not in the HTML from the default HERO Boards Template.
In the css file that you use for the white background you might need to set the text color to black for the table cells independently of the pages normal text. Dunno if you are doing that or not, but just a thought.
TD {
background-color: white;
font-color: black;
}![]()
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
Thanks, Ben!
That works, heck it even works in NS 4.x ! not just Mozilla or even IE.
No problemo.Originally posted by Hierax
Thanks, Ben!
That works, heck it even works in NS 4.x ! not just Mozilla or even IE.
Ben Seeman . Webmaster . Hero Games
www.herogames.com - Great Games from A Great Company
www.singleentendre.org - Irresponsible Comedy for Responsible Times
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks