View Single Post
  #2 (permalink)  
Old 12-19-2004, 08:53 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
This last bit of code you have just before the CLOSE TABLE line.

Code:
. "</tr>"
. "</table></td>"
. "</tr>"
. "</table>";

change those 4 lines to this

Code:
. "</tr>"
. "</table";
Reply With Quote