unsure of how to get a layout like this |
unsure of how to get a layout like this |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2006 Member No: 465,164 ![]() |
Hey guys. I'm trying to achieve something like this.
I've arranged blogs and things before, but I think LJ has a totally different system. See how her userpics are in every post? I want to do that but I don't know how! With blogger you can just place code around things and make divs wherever you wanted and stuff. Is there any way to see like the whole code for your journal and make edits to it there? I'm no stranger to html and css but I'm really confused. I've been looking at the FAQ's and the style editor... I think it's really just the syntax with all this LAST_N stuff that's confusing me. Any help would be much appreciated! |
|
|
![]() |
![]()
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 ![]() |
CODE .headerimage { width: 620px; height: 240px; margin-left: auto; margin-right: auto; margin-bottom: 0px; background-repeat: no-repeat; } is the reason it's starting in the middle of the page. set the height to 0px, or just remove headerimage from your css. You'll only need it if you're adding a header image. i'll look into the rest edit// to get the text to stop wrapping, edit .userpic, and remove float:left; |
|
|
![]() ![]() |