So I have used a DIV solution to make a div that centers the legend in all the major browsers, but it is
not "clean" and easy...
Has telerik made a control that will do this and allow easy legend manipulation?
I have a attached an image...
The primary issue is that in the
LEGEND tag the align=center is not longer in the w3 specs and should not be used... But
it is the easiest way in firefox to get it centered...
<
fieldset
>
<
legend
align
=
"center"
>Test Fieldset</
legend
>
<
div
>
<
p
>This is just an area that will hold other info...The primary issue is that in the
LEGEND tag the align=center is not longer in the w3 specs and should not be used... But
it is the easiest way in firefox to get it centered... </
p
>
</
div
>
</
fieldset
>