beansandsausages Posted February 22, 2008 Share Posted February 22, 2008 Hey freaks. i have this following code : <form action=\"mem.php?action=delete\" method=\"POST\"><input type=\"hidden\" name=\"delete_id\" id=\"delete_id\"><input type=\"submit\" value=\"Delete Post : {$row["id"]}\" > </form> <form action=\"mem.php?action=edit\" method=\"POST\"><input type=\"hidden\" name=\"edit_id\" id=\"edit_id\"><input type=\"submit\" value=\"Edit Post : {$row["id"]}\" ></form> the problem is that the submit buttons are on diffrent levels like : Button 1 Button 2 Is there any way i can do it so there next to each other ie : Button 1 Button 2 . Sorry if its a n00b question im having a bad day and also sorry if its in wrong bored. Link to comment https://forums.phpfreaks.com/topic/92423-php-form/ Share on other sites More sharing options...
Daniel0 Posted February 22, 2008 Share Posted February 22, 2008 form { display: inline; } Link to comment https://forums.phpfreaks.com/topic/92423-php-form/#findComment-473528 Share on other sites More sharing options...
beansandsausages Posted February 22, 2008 Author Share Posted February 22, 2008 Thank you TOPIC SOLVED Link to comment https://forums.phpfreaks.com/topic/92423-php-form/#findComment-473531 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.