如何在不呈现 html 表的情况下使用 CreateUserWizard 控件?
我已经自定义了 CreateUserWizard 的布局,并且我正在使用 css 来设置它的样式。我的按钮离我的表单太远了,因为<table>
标签 asp.net 是默认呈现的。
<table cellspacing="0" cellpadding="0" id="cphContent_CreateUserWizard1" style="border-collapse: collapse; ">
<tbody>
<tr style="height: 100%; ">
<td>
<table cellspacing="0" cellpadding="0" style="height: 100%; width: 100%; border-collapse: collapse; ">
<tbody>
<tr>
<td style="height: 100%; width: 100%; ">
<fieldset>
...
</fieldset>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>