(Untitled)

Aug 05, 2005 01:18

I, at one point, made it so the link list wasn't on my layout. I want it back, but I cannot seem to do so. How would I accomplish doing this?

Layer code: http://www.livejournal.com/customize/advanced/layersource.bml?id=4594196&fmt=html

links-list

Leave a comment

Comments 12

hermintage August 5 2005, 08:36:31 UTC
Try taking off the "display:none;" in the CSS code here:

.title {
display: none;
}

.subtitle {
display: none;
}

.info {
padding: 0px;
margin: 0px;
width: 740px;
display: none;
}

Reply

petitevicious August 5 2005, 08:44:22 UTC
Nope, no difference. :-/ Thanks though.

Reply

hermintage August 5 2005, 08:46:23 UTC
Hrm, couldn't tell you then. Do you have a linkslist set up yet?

Reply

petitevicious August 5 2005, 08:49:05 UTC
Yeah, I do. &I've got the option for it to show up enabled.

Oh well, I guess.

Reply


jessyta August 5 2005, 13:36:43 UTC
I was under the impression the linklist feature didn't work with the boxer style. Maybe I was confused... but personally, I just have all my links coded into the style.

Reply

petitevicious August 5 2005, 18:16:54 UTC
Nope, it's a feature for The Boxer. But I'm a dolt and can't get it to show up.

Where did you put your links into the code? I can't seem to get the right place.

Reply

jessyta August 6 2005, 01:31:11 UTC
petitevicious August 6 2005, 06:39:00 UTC
You're awesome, thank you!

Reply


Leave a comment

Up