Inline display with forms
Posted: Tue Jul 11, 2006 4:09 am
ok I am trying to end a form then start a new one with just a submit button but keep it on the same line. here is the code snip:
but this has to be 100% valid XHTML and that simply is not cutting it. i am quite bad with client side stuff so any help would be appreciated.
Code: Select all
...
<div style="display:inline">
<input type="submit" value="Edit" name="View[Edit]" />
</form>
<form action="AccountProfile.php" method="post">
<input type="submit" value="Cancel" name="View[List]" />
</form>
</div>
...