Fieldset not properly displaying

Pedi picture Pedi · Oct 10, 2014 · Viewed 6.9k times · Source

I'm trying to use a fieldset but it is not working as exactly i wanted... The legend is displayed outside fieldset...But I want it covered like normal fieldsets. My code is,

Answer

Tushar picture Tushar · Oct 10, 2014

<fieldset>
  <legend>References</legend>
  //text
 </fieldset>