angelodev Posted May 8, 2007 Share Posted May 8, 2007 Hi there, my little table works well but its internal border are not visible. In the CSS section their are correctly set with: border: 1px solid #000000 i see only the external border, so the table looks like a simple box are there other property to set? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted May 8, 2007 Share Posted May 8, 2007 yes - to give each cell a border you must alos use td { border: 1px solid #000;} Quote Link to comment Share on other sites More sharing options...
Karl33to Posted May 9, 2007 Share Posted May 9, 2007 you've probably already got it, but don't forget to use : table { border-collapse: collapse; } if you want a 1px line dividing the cells, otherwise the borders sit next to each other looking like a 2px border Quote Link to comment Share on other sites More sharing options...
angelodev Posted May 10, 2007 Author Share Posted May 10, 2007 Ok thnahk a lot! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.