View Single Post
Join Date: Oct 2008
Posts: 76
Reputation: ccube921 is an unknown quantity at this point 
Solved Threads: 6
ccube921 ccube921 is offline Offline
Junior Poster in Training

Re: Table cells have small gap between them that I want to get rid of

 
0
  #4
Jan 12th, 2009
Hi, its simple just add this by your table declaration: cellspacing="0",
so our table declaration will look like this:
<table width="600" height="600" border="0" cellspacing="0">

That should just about do it.

Sorry, didnt notice above post.
Last edited by ccube921; Jan 12th, 2009 at 10:02 pm.
If I have been helpful add to my reputation!
Reply With Quote