freelance84 Posted May 5, 2010 Share Posted May 5, 2010 Does anyone know how to put (or if it's possible) form buttons into the legend of a field set? I tried searching but not really found much. The following snippet resulted in the text for the legend and the button from the form residing just inside the fieldset and not actually in the legend it self. The border of the fieldset then remained unbroken around the content of the fieldset: <fieldset id="fieldset1"> <form action="nrt.php" method="post"><input type="hidden" name="c_name" value="$c_name[0]" /> <legend>Editing page: <i>$c_name[0]<button id="button-submit_4" type="submit">(edit)</button></i></legend> </form> Quote Link to comment https://forums.phpfreaks.com/topic/200803-buttons-in-the-legend/ Share on other sites More sharing options...
freelance84 Posted May 5, 2010 Author Share Posted May 5, 2010 After some playing I found that if the form is between the fieldset and legend the above happens. When I place the form before the fieldset and the end form tag after the legend it works Quote Link to comment https://forums.phpfreaks.com/topic/200803-buttons-in-the-legend/#findComment-1053652 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.