HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Cell Spacing Problem....
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
metajake



Joined: 08 Nov 2007
Posts: 3

PostPosted: Sat Nov 10, 2007 1:48 pm     Cell Spacing Problem.... Reply with quote

I KNow I KNow... This is probably in an old thread somewhere, but I can't get past this problem with Gaps, between my Cells. ...

http://www.copperharborboatworks.com/chbw5/index2.htm

As you can see in the code, I have Cell SPacing, and Padding down to "0".

Whassup with those Gaps between the Cells/tables?
shishir4287



Joined: 10 Nov 2007
Posts: 7

PostPosted: Sat Nov 10, 2007 4:05 pm     Reply with quote

dude... cellspacing and cellpadding properties are used with the table tag and not with the tr and td tags.

The cellpadding and cellspacing has not been specified for the inner table that you are using.

try this code for the inner table:

<table border="0" height="100%" width="800" cellspacing="0" cellpadding="0">
<tbody><tr>
<td bgcolor="#ffcc66" width="142">&nbsp;</td>
<td rowspan="2" bgcolor="#ffcc66" width="648">&nbsp;</td>
</tr>
<tr>
<td class="menubgimage" bgcolor="#ffcc66">&nbsp;</td>
</tr>
</tbody></table>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial