Web Design Forum: Cannot reduce blank space between table rows: Drupal/CkEdit issue maybe? - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Cannot reduce blank space between table rows: Drupal/CkEdit issue maybe?

#1 User is offline   ExpertAlmost 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 27-November 11
  • Reputation: 0

Posted 04 February 2012 - 06:39 AM

Good morning!

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)


0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users