Hello,
When I use a WebGroupBox and set the TitleAlignment property to Center, the title (Text property) gets centered in design mode, but when running the application the title is LEFT aligned.
I am not setting the property in code. Does anyone have the same problem?
Thanks,
Martin
I forgot to attach html which can be used to verify <legend> bug in IE8.
<fieldset style="width:300px;height:100px;"> <legend align="center"> Title </legend></fieldset>