table tag help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shwsrvcs
    Confirmed User
    • Aug 2006
    • 600

    #1

    table tag help

    I'm working on a alternative design for my FHG tgp galleries and I am having trouble with my border tags using dreamweaver for coding and how they end up looking in firefox.

    take a look at this code below in firefox and internet explorer


    for the life of me I cannot remember the tags to adjust the colors for the border so that the table looks the same in IE and Firefox.

    HELP!!!

    <table width="100%" border="1" cellpadding="6" cellspacing="3" bordercolor="#FFFFFF">
    <tr bordercolor="#CCCCCC" bgcolor="#FFFFFF">
    <td width="50%" bgcolor="#FFFFFF"><div align="center"><span class="style3"><a href="#" class="style4">See More LittleMutt Models </a></span> <img src="images/redpaw.jpg" width="22" height="22"></div>
    <div align="center"></div></td>
    <td width="50%" bgcolor="#FFFFFF"><div align="center"></div>
    <div align="center"><a href="#" class="style4">Join LittleMutt Now </a> <img src="images/redpaw.jpg" width="22" height="22"> </div></td>
    </tr>
    </table>
    Last edited by shwsrvcs; 11-17-2006, 04:52 PM. Reason: readability
    MUTTCASH! Start Earning today! www.muttcash.com
  • Dynamix
    G F Y not
    • Jan 2004
    • 2910

    #2
    Ditch the HTML border and use CSS instead..

    Code:
    <table border=0 style="border: 1px solid #ffffff;">.....</table>
    It will look the same in all popular browsers

    TGPFactory Full TGP Design & Installation Services
    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
    See who I am at AdultWhosWho.com!

    Comment

    • shwsrvcs
      Confirmed User
      • Aug 2006
      • 600

      #3
      thanks!!
      MUTTCASH! Start Earning today! www.muttcash.com

      Comment

      Working...