Posted by dfloss on 09/15/06 00:21
This is bad form, but it works. Is there a better way to border-ize a
rectangle of unknown size?
<html>
<body>
<div>
<table style="margin-left: auto; margin-right: auto; border-bottom:
2px solid; border-color: #999" cellspacing="0" cellpadding="0">
<tr style="font-size: x-large; font-weight: bold"><td>Here is some
text</td></tr>
<tr style="font-size: xx-small"><td> </td></tr>
</table>
</div>
</body>
</html>
.... insert spacers as needed
Navigation:
[Reply to this message]
|