Log in

View Full Version : Help with CSS Oval buttons



Feckie
08-10-2011, 03:18 PM
Hi

I have the following form (1), how do I add (2) into (1), I just cant get it to work.


(1)
<form action="Gifts_Search.php" method="post">
<input type="hidden" name="searchterm" ' . $cat_name . '" value="' . $cat_name . '"/>
<input type="submit" value="' . $cat_name . '" />
</form>

(2)
<div class="buttonwrapper">
<a class="ovalbutton" href="#"><span>Submit</span></a>
<a class="ovalbutton" href="#" style="margin-left: 6px"><span>Reset</span></a>
</div>