Re: [PHP-DB] formating problem

2002-02-21 Thread Andrés Felipe Hernández
jas, Replace > echo " value=\"delete\">"; With: > echo " value=\"delete\">"; - Original Message - From: "jas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 3:12 AM Subject: [PHP-DB] formating problem > I feel kinda dumb for posting this but here it is...

RE: [PHP-DB] formating problem

2002-02-19 Thread Beau Lebens
htat's because the delete button is in the wrong place in your code. if you put an HTML element between the and tags, but don't enclose it in at least and tags (pretty loose about closing them, but of course you should always close your tags!) then the browser will display that element above