|
|
Subject:
HTML tables without gaps between rows
Category: Computers > Programming Asked by: fungicord-ga List Price: $20.00 |
Posted:
29 Nov 2005 01:38 PST
Expires: 29 Nov 2005 01:44 PST Question ID: 598887 |
How do I make an HTML table that doesn't have small gaps between rows? For example, if I create a simple table: <table> <tr> <td style="float:left; padding:0px; background-color:#cccccc">Hello </td> <td style="float:left; padding:0px; background-color:#cccccc">World!</td> </tr> <td style="float:left; padding:0px; background-color:#aaaaaa">Hello </td> <td style="float:left; padding:0px; background-color:#aaaaaa">Again!</td> </table> ...the cells connect seamlessly from left to right, but there's a thin color gap between the two rows. How do I get rid of this gap where the background shows through? |
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |