Confused about LJ coding |
Confused about LJ coding |
Mar 3 2007, 01:38 PM
Post
#1
|
|
![]() suckaaaa free ![]() ![]() ![]() ![]() Group: Member Posts: 158 Joined: Feb 2007 Member No: 504,684 |
basically, all i want is a really simple layout that i can do myself with a few codes.
aaaand i was wondering if it is as simple as sticking in style codes (link styles, etc.)? i've never been able to figure out livejournal coding... HELP! simple like this: http://users.livejournal.com/_perfectperfume/ that's my friend's livejournal and i've been trying forever to figure out how to get mine like it. i know nothing. :D |
|
|
|
![]() |
| *Azarel* |
Mar 4 2007, 03:09 PM
Post
#2
|
|
Guest |
Alright, that I can help you with. :D
First, to move your header image around, find this in your coding: .x { position:absolute; left:0; top:0; z-index: -10; } The left value is the number of pixels your image is away from the left side of the browser; the same applies for the top value. If you want to center it, you can put 50% for the left value. Because your blog body won't automatically move down, your graphic may be covered by the navigation. To fix that, find this in your coding and increase the bolded number accordingly: body { overflow-x: hidden; margin-left: 218; margin-top: 130 } Both two and three can be fixed with the same bits of coding (since they both refer to the comment links). LASTN_TALK_LINKS<= <table> <tr> <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments"> %%readlink%% <a href="%%urlpost%%">[Comments] </a> <center><br> </center></td> </tr> <=LASTN_TALK_LINKS ^ This changes your comment link. Right now, it's [Comments]. To change what the link says, just change [Comments]. What I've bolded is extra coding (it doesn't do anything), so you can remove that. Now then, find bgcolor="%%color:weak_back%%" That is the background color behind your links. Change %%color:weak_back%% to any hex number. LASTN_TALK_READLINK=><a href="%%urlread%%">[%%messagecount%% Comments]</a> ^ This is the link that shows the number of comments. Right now, it's set to appear as [2 Comments]. The text in between <a href="%%urlread%%"></a> is linked to the comment page. %%messagecount%% is (if you couldn't guess) the number of comments you have on the livejournal page. The brackets and "Comments" are changeable to whatever you want. |
|
|
|
little meg sunshine Confused about LJ coding Mar 3 2007, 01:38 PM
Azarel You can try to follow this, I haven't actually... Mar 3 2007, 03:13 PM
little meg sunshine thanks, i'm reading the page now. c:
i used ... Mar 3 2007, 04:29 PM
Azarel You'll want to set your journal styles to gene... Mar 3 2007, 09:14 PM
little meg sunshine i'm using the s1 style system.
i just set my l... Mar 3 2007, 11:05 PM
Azarel If you want your header image to appear, you must ... Mar 4 2007, 01:26 AM
little meg sunshine yeah, sorry... i'm really bad at being specifi... Mar 4 2007, 12:20 PM
little meg sunshine thank you SO much!
you've helped me a lot.... Mar 5 2007, 09:11 PM
Azarel Find and change the number:
width: 350px;
Let me... Mar 5 2007, 09:28 PM
little meg sunshine i was fooling around with the number for that and ... Mar 5 2007, 10:05 PM
Azarel Hm, can you provide your coding again? What I had ... Mar 5 2007, 10:33 PM
little meg sunshine this is my code:
CODELASTN_TALK_READLINK=>... Mar 6 2007, 02:39 PM
Mulder i'm going to close this for now, even though y... Mar 9 2007, 07:14 PM![]() ![]() |