View Single Post
Old 2006-07-08, 07:50 PM   #6
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
I looked at your code. Seems like you've got 750px wide tables inside your 750px wide table, none of which have cellspacing="0" or cellpadding="0" tags.

Drop 'em in here like this:

<table width="750" border="0" cellpadding="0" cellspacing="0">

...and another fix for ya.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote