There is a white space between the first and the second row in IE, but not in Firefox... Where would i put "style="margin:0"? I tried in the img tag, table tag, tr tag, and td tag. Or what do i have to do to get rid of this?
Thanks for the help
EDIT: Ok...i didn't realize that having spaces in the code, would mess with the output...that is annoying...I fixed it though...deleted the spaces between the <td><img src="images/banner.jpg" alt="GML Design Group Banner, Residential Custom Homes, Condominium Design, and Land Planning" width="900" height="135"></td>...IE is retarded!
You could assign a style="display:block;" to the <img> tag so that it is not treated as an in-line element where white-space matters.
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
And if it is table-related, possibly table-collapse:collapse; (have not tried this for your posted example code, but this removes 'default space' in TD/TRs etc.)
Bookmarks