Results 1 to 14 of 14

Thread: Black Text in White Style for Message Boards?

  1. #1
    Join Date
    Feb 2003
    Location
    Goblin Dan's All-U-Can-Eat Hydra Head BBQ Hut
    Age
    41
    Posts
    1,048
    Rep Power
    70128

    Black Text in White Style for Message Boards?

    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!

  2. #2
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    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

  3. #3
    Join Date
    Feb 2003
    Location
    New Zealand (Once known as Godzone)
    Age
    44
    Posts
    1,277
    Blog Entries
    1
    Rep Power
    40760
    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!

  4. #4
    Join Date
    Feb 2003
    Location
    Goblin Dan's All-U-Can-Eat Hydra Head BBQ Hut
    Age
    41
    Posts
    1,048
    Rep Power
    70128
    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.

  5. #5
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    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

  6. #6
    Join Date
    Feb 2003
    Location
    Goblin Dan's All-U-Can-Eat Hydra Head BBQ Hut
    Age
    41
    Posts
    1,048
    Rep Power
    70128
    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!

  7. #7
    Join Date
    Feb 2003
    Location
    San Diego
    Age
    37
    Posts
    12,282
    Blog Entries
    14
    Rep Power
    477217
    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

  8. #8
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    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

  9. #9
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    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

  10. #10
    Join Date
    Feb 2003
    Location
    San Diego
    Age
    37
    Posts
    12,282
    Blog Entries
    14
    Rep Power
    477217
    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.
    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;
    }
    A complex system that works is invariably found to have evolved from a simple system that worked.
    - John Gall

    KillerShrike.com, wiki

  11. #11
    Join Date
    Feb 2003
    Location
    San Diego
    Age
    37
    Posts
    12,282
    Blog Entries
    14
    Rep Power
    477217
    Originally posted by Ben Seeman
    Aha! Found it! It should work now.
    What was it?
    A complex system that works is invariably found to have evolved from a simple system that worked.
    - John Gall

    KillerShrike.com, wiki

  12. #12
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    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;
    }
    I was able to change it by modifying the SELECT... whatever that is.
    Ben Seeman . Webmaster . Hero Games

    www.herogames.com - Great Games from A Great Company

    www.singleentendre.org - Irresponsible Comedy for Responsible Times

  13. #13
    Join Date
    Feb 2003
    Location
    Goblin Dan's All-U-Can-Eat Hydra Head BBQ Hut
    Age
    41
    Posts
    1,048
    Rep Power
    70128
    Thanks, Ben!

    That works, heck it even works in NS 4.x ! not just Mozilla or even IE.

  14. #14
    Join Date
    Feb 2003
    Location
    San Francisco
    Age
    37
    Posts
    2,020
    Rep Power
    7482
    Originally posted by Hierax
    Thanks, Ben!

    That works, heck it even works in NS 4.x ! not just Mozilla or even IE.
    No problemo.
    Ben Seeman . Webmaster . Hero Games

    www.herogames.com - Great Games from A Great Company

    www.singleentendre.org - Irresponsible Comedy for Responsible Times

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Magic Items go here!!
    By Xandarr in forum Fantasy Hero
    Replies: 83
    Last Post: May 13th, '12, 03:24 AM
  2. Bring back Project 3000 (maybe 6000)
    By Agent X in forum Champions
    Replies: 29
    Last Post: Feb 20th, '03, 10:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •