Regular HTML
<table width="100%" border="0" cellpadding="0" cellspacing="0">
CSS
.tabletop {
WIDTH: 100%; border: none; PADDING: 0px; border-spacing: 0px
}
How is this any different?
The problem is, that the CSS is creating a cell spacing arround the entire table.
Any idea how to solve this?
Thank you for all the help









Bookmarks