<html>
<head></head>
<body>
<form class=
"form-inline"
>
<div
>
<fieldset>
<label
for
=
"attention"
>Set Tag Status: </label>
<input type=
"radio"
name=
"pick"
id=
"pick"
/>
<label
for
=
"pick"
>Select All</label>
<input type=
"radio"
name=
"pick"
id=
"no_pick"
/>
<label
for
=
"no_pick"
>Unselect All</label>
</fieldset>
<div class=
"form-group"
style=
"padding-left: 10px; float: left"
>
<fieldset>
<table id=
"tag-container"
align=
"left"
name=
"select-tag-table"
>
</table>
</fieldset>
</div>
<fieldset>
<table id=
"tag-container"
align=
"left"
name=
"select-tag-table"
>
</table>
</fieldset>
</div>
</form>
</body>
</html>
左对齐:
二|
<div class=
"form-group"
style=
"padding-left: 10px; float: left"
id=
"radios"
>
<fieldset>
<label
for
=
"attention"
>Set Tag Status: </label>
<input type=
"radio"
name=
"pick"
id=
"pick"
><label
for
=
"pick"
>Select All</label>
<input type=
"radio"
name=
"pick"
id=
"no_pick"
><label
for
=
"no_pick"
>Unselect All</label>
</fieldset>
</div>
<div class=
"form-group"
style=
"padding-left: 10px; float: left"
>
<fieldset>
<table id=
"tag-container"
align=
"left"
name=
"select-tag-table"
>
</table>
</fieldset>
</div>
//居中