(no subject)
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
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
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
align = right;
but that was error-ing too. Sigh. In my view, the thing is always center justified.