Forum Bugs

depreciated center tag issue

johnt2
I have this one:
<HTML>
<BODY bgcolor="#FFFFFF">
<Div style="font-size: 1pt; width: 16%; border-bottom: 1pt solid #000000">
</BODY>
</HTML>
It is left aligned in pdf. Is there any way to make it center aligned?
mikeday
Set margin-left and margin-right to "auto".
johnt2
this is perfect. Thank you!