Forum Moderators: not2easy
<form action="option1.php">
<input type="image" src="button_option_1.gif">
</form><a href="option2.php"><img src="button_option_2.gif"></a>
<form action="option3.php">
<input type="image" src="button_option_3.gif">
</form>
Can I have these three buttons line up horizontally, and if so, how? I tried putting a <DIV style="display:inline;">around the whole thing, but it did nothing.
Thanks.
display:inline <form action="option1.php"> <input type="image" src="button_option_1.gif"> <a href="option2.php"><img src="button_option_2.gif"></a> </form> i would put the second input button inside the first form, and scrap the second form. you can test for each button in the same php script. you probably don't need two scripts.
1) Continue to OUR secure checkout (our link)
2) Google Checkout (their own submit button)
3) PayPal Checkout (their own submit button)
Obviously I'm forced to use their submit buttons with 2 forms.