Quote:
Originally Posted by mrmikel
There are probably paragraph tags in between the <td></<td> tags. This would give you extra spaces. No formatting tags are necessary for table data unless you want them there.
|
That's it! Thank you.
Yes, the cells DID have the P tag. When I removed them, the problem went away.
Even easier, when I went into the stylesheet.css I saw margin-bottom: 1em; and margin-top: 1em; and when I changed them both to 0em, all my tables looked great.
Thank you.