vicarz: (Default)
[personal profile] vicarz
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)?

Date: 2004-06-18 11:09 am (UTC)
From: [identity profile] jennbits.livejournal.com
what i mean is literally edit the code.. like you go into advanced customizations, then your layers, then create layout-specific layer: Theme, your style

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.

Date: 2004-06-18 11:10 am (UTC)
From: [identity profile] jennbits.livejournal.com
Uhhh.. that should read:

layerinfo "type" = "theme";
layerinfo "name" = "Additional Customisations";

function Page::print_custom_head() {
"""
<style type="text/css">
.entrytext {
padding: 2px;
text-align: left;
}
</style>
""";
}

Date: 2004-06-18 12:12 pm (UTC)
From: [identity profile] vicar.livejournal.com
Tried that, both, but was getting compile errors. It's all greek to me. Tried just doing
align = right;
but that was error-ing too. Sigh. In my view, the thing is always center justified.

Profile

vicarz: (Default)
vicarz

May 2018

S M T W T F S
   1234 5
6789101112
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 7th, 2025 10:35 pm
Powered by Dreamwidth Studios