Hi all:
I've constructed a credit card payment form. It's called from a php program that does some stuff first and then via "include" pulled into the resulting page. The problem is that when I run the program, the form gets trashed. The table formatting tags (tr, td) seem to be ignored by the browser and everthing winds up running line by line to the maximum width of the browser. Is this a problem with php or html? The table (outside of php) seems to work ok in a browser...