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
Yes the borders, so different browsers have different colors? How do I make them all one color? thank you, Ali