Is there anyway to get rid of the 1px of blank space that is still around each cell in an html table?
Is there anyway to get rid of the 1px of blank space that is still around each cell in an html table?
Try cellspacing="0" and cellpadding="0".
I really should of known that...thanks. =)