Link to home
Start Free TrialLog in
Avatar of stakor
stakorFlag for United States of America

asked on

Table with gaps

I am trying to create a table that has no gaps between the cells. I am just using background colors to make colored squares. When I see the table in a browser, there are always gaps between the cells...

Any idea on how to remove the gaps?

Below is some source...

<TABLE border="0" cellspaceing="0" cellpadding="0">
<TR><TD width="100" height="100" bgcolor="#9c9c00 ">&nbsp;</td><TD width="100" height="100" bgcolor="#9c9c00 ">&nbsp;</td><TD width="100" height="100" bgcolor="#9c9c00 ">&nbsp;</td></TR>
</TABLE>
Avatar of koolie
koolie

first off, it's cellspacing  no "e"  otherwise, I'll get you a brief template to help you.
ASKER CERTIFIED SOLUTION
Avatar of koolie
koolie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of stakor

ASKER

Yup, a typo. It was driving me mad. But sometimes you just can't see your own typos...

Thanks
I'm not sure what you use to write your code with, but I would highly suggest Dreamweaver.  If that's way out of your budget, a program like Coffee Cup Editor http://www.coffeecup.com/  helps pick up on typos.