Jump to content

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 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>

 

Link to comment
https://forums.phpfreaks.com/topic/200803-buttons-in-the-legend/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.