Mac os 9/10 w/ IE red background

Discussion in 'Templates customization' started by theonomine, Nov 10, 2004.

  1. theonomine

    theonomine Guest

    Greetings, Alex:

    Any browsers on mac 9/10 using Internet Explorer has a red background. I traced it to background-color: #$config.page_bg#; in the header template file. I can't find where page_bg# and page_fg# is defined and I've looked all over. Can you help? Thx,
  2. pilot

    pilot New Member

    Joined:
    May 24, 2003
    Messages:
    178
    In the header file I got rid of this by the following

    /* properties for entire page and text inside tables */
    body, th, td {
    /* background-color: */
    color: #000000
    font-family: Verdana, sans-serif;
    font-size: 9pt;

    give it a try.

Share This Page