A piece of code:
<form action="/exeuser.php" method="post"> <input type="image" src="stopfr.gif" alt="stopfr"> <input type="hidden" name="exe" value="stopfr"> <input type="hidden" name="uid" value=" <?php echo $uid; ?> "> </form> <form action="/exeuser.php" method="post"> <input type="image" src="sendmes.png" alt="sendpm"> <input type="hidden" name="exe" value="sendpm"> <input type="hidden" name="uid" value=" <?php echo $uid; ?> " /> </form>
Displays form-drawings from top to bottom. screenshot http://itmages.ru/image/view/4359322/ee1e7de1
If each figure-form is placed in a table cell, then everything is well displayed http://itmages.ru/image/view/4359325/94bf9648
If the picture-forms are placed in one cell, then they are shown vertically (not as needed). How to make so that the pictures were in "one line" (that is, they were displayed as in the example in the second link)? It is necessary (desirable) to do this without a table.
I do not know how to insert an image into the question, so I indicated the links.