View Single Post
Join Date: Jan 2008
Posts: 3,757
Reputation: VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute 
Solved Threads: 491
Featured Poster
VernonDozier VernonDozier is offline Offline
Senior Poster

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

 
0
  #3
Jan 12th, 2009
Originally Posted by cfajohnson View Post

Why XHTML and why transitional?

The HTML comment hasn't been necessary since Netscape 4.
Dreamweaver 8 put all of that there. Is that bad?

Originally Posted by cfajohnson View Post
  1. table
  2. {
  3. border-collapse: collapse;
  4. }
That did it. Thank you.
Reply With Quote