Quote:
Originally Posted by Skinkie
I'll check if all the renderers work without it.
Again: how would I be to "float right" the timestamp? And "float right" the box if neither text-justify or margin work?
|
text-justify does work. Just stop using the justification override. In body, put in the justification you want.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
Float should then work. I've never had a problem with margins. Maybe it's related to the justification override. I cannot say for sure.