This tutorial will allow you to modify the Page Header by adding a header image, blocking the title/subtitle from appearing, or modifying the header links. Because this requires overriding functions in theme layers, it is for paid users only.
(
Tutorial )
Reason being I think this page should be added to the header links:
http://www.livejournal.com/users/username/tag/
Reply
For part 2: the function is pretty much the same, except that previous/next links are somewhere else in the layout so you can remove that section, and I have the Scrapbook link there for my private layouts, and the code for that is:
# Scrapbook (picture Galleries)
if ($*layout_menubar_scrapbook) {
"""
}But yes, otherwise the function is the same.
Reply
When someone uses the above only half of the dot appears on the page. It's like half is off the entry on the left hand side. Is that meant to be that way or something that needs to be corrected?
Reply
I know that sometimes if people wrap things in
or
tags around the list elements, the list won't be indented and all the bullets will align to the very left side of the container. Is that what you're referring to?
Reply
if ($headerimageurl!="") {"""
( ... )
Reply
Reply
Reply
Reply
Reply
body { background-image: url("IMAGE_URL"); background-position: top center; background-repeat: no-repeat; margin-top: XXXpx; }
In the above code, replace XXX with the pixel height of the image you want to use, plus about 5. The greater the value, the more space left at the top of the journal for the image, so experiment until you feel comfortable with the spacing. You'll also need to specify the images full URL (eg. http://www.somewhere.com/image.jpg) where it says IMAGE_URL. If you don't want it centered, replace the word "center" above with "left".
When you enter it into the wizard, do not use any new lines (by pressing enter), or it will cause a bug in the stylesheet. I think that should be it.
Mike.
Reply
Thanks!
Reply
.pageheaderblock { background-image: url("IMAGE_URL"); background-position: top center; background-repeat: no-repeat; padding-top: XXXpx; }
it also works, and you get to keep your main background. Also, if instead of .pageheaderblock you used .header-title, it will be imbedded inside the header and above the title.
Enjoy! Mike.
Reply
lines.
How can I center my "Recent Entries" (3rd line down) line?
Reply
Reply
Reply
In anycase, I've put in the code at the top, with the URL for a banner I'm gonna use untill I get around to making a specialised one and... no banner showing in the LJ.
It doesn't come up with any errors, either, so not sure what's going on.
Reply
Nevermind, there was something going on some place else.
Reply
Leave a comment