i hope this isn't an obvious question but here i go...
ok so i'm using the hallway lyt (http://kristallijn.livejournal.com/) i figured out how to add the dummy text and horizontal line XD but i'm having trouble adding the "extra links" section i tried looking in the customize journal page under link list. i added my links + title text but it's a no show :( help! please :D lovely LOVELY work btw :D
Is it possible to actually have separate images for the background and headers, or do I have to make the header a background (and, in the end, make a wallpaper of sorts out of it?)
Yes, definitely possible. The background image will go under the body tag, whereas the header image will go under the .headerimage tag.
So say, in the layout you're using right now, you have the .headerimage defined, but you also want to add a background image? You would do that by filling out body { background-color: #FF9999; background-image: none; background-repeat: repeat; background-attachment: fixed; text-align: left; color: #777; font-family: "times new roman", sans-serif; font-size: 11px; margin: 10px 0 0 0; }
and changing background-image: none; to background-image: url("URL OF IMAGE");
A quick question concerning headers; I'm using your Kiwis layout and I went ahead and added a header and tried switching up the codes but I failed ;;. Would you mind helping me out? I want it to be right on top of the entries.
No problem! What I'm going to have you do is just delete the line of code under .headerimage that looks like this: margin: 5 auto auto 0 0; and replace the entire line with this: margin-left: 30px; margin-top: 30px; margin-bottom: -30px; and that should work! Of course, fiddle with the numbers if needed. Let me know if you have any other questions or trouble or anything! ♥
Comments 46
Thanks~ :D
And thank you for the beautiful layouts! ♥
Reply
Reply
Reply
(The comment has been removed)
Reply
(The comment has been removed)
Reply
ok so i'm using the hallway lyt (http://kristallijn.livejournal.com/)
i figured out how to add the dummy text and horizontal line XD
but i'm having trouble adding the "extra links" section i tried looking in the customize journal page under link list. i added my links + title text but it's a no show :( help! please :D
lovely LOVELY work btw :D
Reply
Reply
Reply
Is it possible to actually have separate images for the background and headers, or do I have to make the header a background (and, in the end, make a wallpaper of sorts out of it?)
I'm currently tweaking with the details coding :)
Reply
So say, in the layout you're using right now, you have the .headerimage defined, but you also want to add a background image? You would do that by filling out body { background-color: #FF9999; background-image: none; background-repeat: repeat; background-attachment: fixed; text-align: left; color: #777; font-family: "times new roman", sans-serif; font-size: 11px; margin: 10px 0 0 0; }
and changing background-image: none; to background-image: url("URL OF IMAGE");
Does that make sense?
Reply
Reply
Reply
Reply
Leave a comment