Table is grey on Firefox and Ie but not on Chrome and Safari

Discussion in 'HTML & Website Design' started by ali123, Feb 23, 2009.

  1. #1
    Hello, for some reason my table is gray on firefox and ie but black on safari and chrome, I was wondering how I could make them all gray?

    It's on the front page http://anime3.net

    Here is the code:

    <table cellspacing="0" cellpadding="20" border="5"><td>
    <strong><font size="2">Recently Added</font></strong>


    <?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?>

    </td><td></div>
    <strong><font size="2">Most Viewed</font></strong>

    <div align="left">
    <?php if (function_exists('get_most_viewed')): ?>

    <?php get_most_viewed('post', 10); ?>


    <?php endif; ?></td></table>

    Thank you, Ali
     
    ali123, Feb 23, 2009 IP
  2. Lpe04

    Lpe04 Peon

    Messages:
    579
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you talking about the borders? Those are the default colors unless you change them.
     
    Lpe04, Feb 23, 2009 IP
  3. ali123

    ali123 Peon

    Messages:
    593
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes the borders, so different browsers have different colors? How do I make them all one color?

    thank you, Ali
     
    ali123, Feb 23, 2009 IP
  4. Lpe04

    Lpe04 Peon

    Messages:
    579
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Lpe04, Feb 23, 2009 IP
    ali123 likes this.
  5. ali123

    ali123 Peon

    Messages:
    593
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    coool it worked, repped

    thank you, Ali
     
    ali123, Feb 23, 2009 IP