Why can't show the cell border if the cell is empty?

Discussion in 'HTML & Website Design' started by hhheng, Sep 19, 2006.

  1. #1
    The property I set for the table was (to get fine table borders):
    border="1" align="center" cellpadding="3" cellspace="0" bordercolorlight="#FFFFFF" bordercolordark="#CCCCCC"

    But if there are empty cells, then those cells border can't be showed, and the appearance is like this picture:

    [​IMG]

    Can anybody tell me what's wrong with the setting?
     
    hhheng, Sep 19, 2006 IP
  2. falcondriver

    falcondriver Well-Known Member

    Messages:
    963
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    145
    #2
    try to insert this into your empty cells:
     
    Code (markup):
    this should do the trick...
     
    falcondriver, Sep 19, 2006 IP
  3. The_FoX

    The_FoX Peon

    Messages:
    666
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    did this work dude?
     
    The_FoX, Sep 19, 2006 IP
  4. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #4
    this should have
     
    ludwig, Sep 19, 2006 IP