On Sunday 23 September 2001 17:01, rico wrote: > The problem is in the final formatting in arrayprocr.php. I notice that > whenever a new <tr> is added to the final table, it gets pushed further > down the page, almost as if a <br> has been added for each new <tr>...but > there is not. > I cant look at your files as they always arrive as gibberish. How are you encoding them? Generally attachments on a mailing list is a faux pas however. But extra space in tables can happen if you allow a carriage return or white space between the <td> element and what it contains. So instead of: <td> data here </td> have <td>data here</td> this is especially true of images I have no idea if that's your problem, but its worth a shot. Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]