(no subject)
Jun. 18th, 2004 08:50 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Tech questions:
How do you left justify in LJ? I hate full justify and that's the default.
How can I download songs I play on MSMediaPlayer when there is no save option (grayed out)?
How do you left justify in LJ? I hate full justify and that's the default.
How can I download songs I play on MSMediaPlayer when there is no save option (grayed out)?
no subject
Date: 2004-06-18 07:48 am (UTC)i'm not sure how you got full justify, to be honest. mine is left jusitfy by default.
no subject
Date: 2004-06-18 09:47 am (UTC)no subject
Date: 2004-06-18 11:09 am (UTC)then you should make it look somthing along the lines of:
layerinfo "type" = "theme";
layerinfo "name" = "Additional Customisations";
function Page::print_custom_head() {
"""
<style type="text/css"%gt;
.entrytext {
padding: 2px;
text-align: left;
}
</style>
""";
}
that MIGHT work. i think.
no subject
Date: 2004-06-18 11:10 am (UTC)layerinfo "type" = "theme";
layerinfo "name" = "Additional Customisations";
function Page::print_custom_head() {
"""
<style type="text/css">
.entrytext {
padding: 2px;
text-align: left;
}
</style>
""";
}
no subject
Date: 2004-06-18 12:12 pm (UTC)align = right;
but that was error-ing too. Sigh. In my view, the thing is always center justified.
no subject
Date: 2004-06-18 10:54 am (UTC)[h1 align=right]this would be the text to right justify[/h1]
Of course you would replace "[]" with "<>", and could use h1, h2, h3, h4, h5, or h6.
They look like this:
h1
h2
h3
h4
h5
h6
no subject
Date: 2004-06-18 10:56 am (UTC)