(Untitled)

Aug 02, 2005 19:57

Can someone translate this page into English please? *cries* I'm trying, I'm really trying.

I'm going to be dreaming "set, print, function, head, ;, and don't forget }..." tonight. *runs away screaming*

I guess I'll get it eventually.

layouts

Leave a comment

milasmith August 3 2005, 00:07:38 UTC
That's in the layer I sent you.

var string k1Swidth = "70%"; That's where you set how skinny you want the lj to be. If your going to use a header put 700px (or whatever size your header is) so that everything lines up nicely. I rather 600px or 60% myself. I'm using a heavily modified component (it looks like Boxer, right?) set at 600px.

The stuff in pink is where you're gonna put extra links. When you've filled in the url remove the # from the front.

Reply

magnoliasouth August 3 2005, 00:36:02 UTC
Yes, I know. I was trying to figure out about the "you need to fix your entries so that the overflow is set to auto so scrollbars will activate when needed." The more I tried to figure it out, the more trouble I seemed to have. I love how you've done yours! The other thing is that I'm not sure what size I should do mine at. I have a header image, but I can't seem to get it sized right. I just thought I'd look for more help on that, but I think all it did was confuse me further.

Bleh! My head is spinning.

Reply

milasmith August 3 2005, 00:44:21 UTC
Oh! The div.scrollentry? That is in the custom head and the function print entry.

Hmm. Are we talking about the same function? *scratches head*

Reply

magnoliasouth August 3 2005, 00:51:55 UTC
That sounds right, although I thought it was something else like a div with overflow: auto;. Now I'm confused too! In any case, yes, I want the entries to scroll and stay to a certain size. I use 800x600 and it begins to look messy.

Reply

milasmith August 3 2005, 02:45:14 UTC
So, yes! That's in the print entry function and custom head.

div.scrollentry { width:100%; overflow:auto; overflow-y:hidden; padding-bottom:17px; } = custom head

"""
"""; = print entry

Sound right?

Reply

milasmith August 3 2005, 02:47:12 UTC


Duh. It won't print!

Reply


Leave a comment

Up