Jump to content

[SOLVED]Buttons in the legend


freelance84

Recommended Posts

Does anyone know how to put (or if it's possible) form buttons into the legend of a fieldset? 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>

Any knowledge on the issue would be very much appreciated :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...