BoulderBum
Programmer
I have a div:
This works for alignment on IE, but not FireFox.
Can anyone tell me the proper way to do this with style/CSS?
Code:
<div style="text-align: right; width: 400px;">
blah
</div>
This works for alignment on IE, but not FireFox.
Can anyone tell me the proper way to do this with style/CSS?