Results 1 to 3 of 3

Thread: Flaw In HTML Export Templates

  1. #1
    Join Date
    Feb 2003
    Location
    Santa Clara, CA
    Age
    46
    Posts
    1,229
    Rep Power
    251185

    Flaw In HTML Export Templates

    Hi Derek and Dan,

    I think I may have found a small bug in all of the HTML export templates. Instead of using "Black" for the font color it uses the browsers "Default Color". This default color is pulled from the Windows settings on the machine somehow as on my rig it is taking the color from my Theme Pack. The templates need to be tweaked so that they always output black for the font color.

    Note that I tried to make this adjustment myself and I screwed up the template. I'm not sure what I did wrong.

    Can you guys help?
    GAME ON!
    John T>

    Visit my blog called Kingbeast's Lair where I review RPG and anime products.

  2. #2
    Join Date
    Feb 2003
    Location
    Chicago, Illinois, United States
    Age
    39
    Posts
    10,226
    Blog Entries
    10
    Rep Power
    409981
    That's not really a bug...that's intentional in most of the HTML templates.

    The "tweak" is easy enough, but you need to know HTML/CSS.

    The easiest way to adjust it is to define a style section at the beginning of the export document which defines the color (and background color) desired for the BODY section.

    Something like this:

    <style type="text/css">
    BODY {
    color: black;
    background: white;
    }
    </style>
    White Hats are for CISSPs

  3. #3
    Join Date
    Feb 2003
    Location
    Santa Clara, CA
    Age
    46
    Posts
    1,229
    Rep Power
    251185
    Got it! Just looked at HTML Goodies to refresh my memory...

    I changed the body line to look like this...
    PHP Code:
    <body bgcolor="#FFFFFF" text="#000000"
    And it all worked grand.
    GAME ON!
    John T>

    Visit my blog called Kingbeast's Lair where I review RPG and anime products.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hero Designer - version 2 Feature/Request List
    By Simon in forum HERO Designer Discussion
    Replies: 263
    Last Post: Aug 30th, '03, 11:35 AM
  2. Two new RTF WG Export Templates (Computer/AI and Vehicle)
    By RPMiller in forum HERO Designer Discussion
    Replies: 6
    Last Post: May 28th, '03, 09:22 AM
  3. Export Templates?
    By Greymoor in forum HERO Designer Discussion
    Replies: 5
    Last Post: May 21st, '03, 08:19 AM
  4. Export Templates
    By Qelan in forum HERO Designer Discussion
    Replies: 3
    Last Post: Mar 6th, '03, 08:28 AM
  5. Export Template problems
    By majorvictory in forum HERO Designer Discussion
    Replies: 23
    Last Post: Feb 28th, '03, 08:49 PM

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
  •