Little gap in between table!

PixelPusher

Super Moderator
Staff member
Two options (the second being the better one)

add cellpadding="0" to the table.
HTML:
<table cellspacing="0" cellpadding="0" border="0" width="970">....

Better option, adjust the table with CSS

Code:
table.home {
   border:none;
   border-spacing:0;
   width:970px;
}
HTML:
<table class="home">....


NOTE: even though I helped you fix this, I do not condone nor recommend using a table for this layout. This is not the correct use of a table.
 

LouTheDesigner

New Member
I'm not sure what kind of hierarchy there is regarding this site's moderators. admins, owners, etc. But PixelPusher has been so responsive I feel a reward is due.

-Lou
 

emilyl

New Member
There is a gap between the table cell and the edge of the page.The latency between the last paced beat and the first spontaneous SR release was shown to depend largely.
 
Top