Hi Larry, > Why would they have </form> take up visible space?
It's a block-level element, like a paragraph or a div. > Hmm, I guess I'll have to find a new angle or hide > the closing form beyond the table. You don't have to resort to kludges, just tell the browser what you actually want: <td> <form style="margin: 0px; padding: 0px"> <!-- form elements --> </form> </td> Cheers Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php