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 07:48 am (UTC)
From: [identity profile] jennbits.livejournal.com
i am probably the least helpful person ever on this but i think in order to change the justify on your lj you have to actually go in and edit the code in the customization section.

i'm not sure how you got full justify, to be honest. mine is left jusitfy by default.

Date: 2004-06-18 09:47 am (UTC)
From: [identity profile] vicar.livejournal.com
Tried that - but all the options were just for color. I care not about color, only content (then why don't I bother to write?)

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.

Date: 2004-06-18 10:54 am (UTC)
From: [identity profile] dnaspydir.livejournal.com
You can use the heading tags, and do something like:

[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



Date: 2004-06-18 10:56 am (UTC)
From: [identity profile] dnaspydir.livejournal.com
Now why did i read that as "right justify".... oh well, same applies, just change right to left....

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:33 am
Powered by Dreamwidth Studios