blob: 2578eac89ac04d20faccbab1e9a3c2630ae96abc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head></head>
<body>
<fieldset>
<legend style="float: left; padding-left: 0px; padding-right: 0px;">test</legend>
</fieldset>
<fieldset>
<legend style="float: right; padding-left: 0px; padding-right: 0px;">test</legend>
</fieldset>
</body>
</html>
|