I can't seem to centerize the text inside of my LEGEND tag.
Is it possible to make it float to the center?
HTML Code:<STYLE> fieldset{ display: inline; } LEGEND{ align: center; text-align: center; } .parent_legend{ margin-bottom: 15px; } </STYLE> <fieldset> <legend class="parent_legend">Window</legend> <fieldset> <legend>Pick one </legend> <input type="text" value="window" class="main_level"> </fieldset> <fieldset> <legend>The value </legend> <input type="text" value="window" class="main_level"> </fieldset> <br> </fieldset>


Reply With Quote

Bookmarks