Removing the space between my two tables

http://fitnique.ca/newsite/services2.html

^ is the example.

if u notice that white line that is where the two tables meet.

how would i remove this space?

thanks

Usually a gap like that is caused by the vertical alignment of images or whitespace in the html. Setting images in that section to display:block (or vertical-align:bottom) and removing the whitespace between the tags would be the normal solution but this doesn’t seem to be the case here.

Therefore Im guessing that one of the million spacer gifs you are using is a pixel too high. However there are too many of them to debug so a very quick and dirty fix would be just to drag the table up a pixel and cover the gap.

e.g.


#Table_02{margin-top:-1px}