I've got the following code (yes...ugly but I am new to CSS and doing this with inline div in Drupal in CKedit). As you can see in the attached pic: it looks like I've got double space or more between rows.
But I have padding and height set to zero. I've tried a dozen different things and just cannot get it to be single space. What am I missing? (Other than my patience because this has driven me crazy!)
Thank you for your insights and assistance!
<table align="center" style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; border-collapse: separate; padding-top: 0px; spacing: 0px"> <tbody> <tr> <td colspan="2" style="text-align: center; color: #000064; font-size: 16px"> <strong>The Primers</strong></td> </tr> <tr> <td colspan="2" style="text-align: left; color: #000064; font-size: 12px"> <strong>The View</strong></td> </tr> </tbody> </table> <table align="center" style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; border-collapse: separate; padding-top: 0px; spacing: 0px"> <tbody> <tr> <td style="text-align: left; width: 50px; height: 0px; color: #000064; font-size: 12px"> <strong>Title:</strong></td> <td style="text-align: left; height: 0px; color: #000064; font-size: 12px"> The Essentials</td> </tr> <tr> <td style="text-align: left; width: 50px; height: 0px; color: #000064; font-size: 12px"> <strong>Subject:</strong></td> <td style="text-align: left; height: 0px; color: #000064; font-size: 12px"> Make Time Mastering the Three Trading Essentials</td> </tr> </tbody> </table>
Attached File(s)
-
RowHeightProblem.png (4.2K)
Number of downloads: 0
Help













