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
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: Sep 2006 Member No: 465,164 ![]() |
Thanks! I think I've almost got it. :D
I'm using some code from this tutorial, and though I haven't changed the css for the tags, they won't get in there with the other currents. CODE .currents { margin-top: 10px; color: #9B9B9B; font-weight: lighter; text-transform: lowercase; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .currents strong, .currentmood strong, .currentmusic .currentlocation, .ljtags strong { color: #ff66be; font-weight: bold; text-transform: lowercase;f font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .currentmood, .currentmusic, .currentlocation { color: #9B9B9B; font-weight: lighter; text-transform: lowercase; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .ljtags { color: #ff66be; font-weight: bold; text-transform: lowercase; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .ljtags a, .ljtags a:link, .ljtags a:visited { color: #9B9B9B; text-transform: none; font-weight: lighter; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .currentlocation a, .currentlocation a:link, .currentlocation a:visited { color: #9B9B9B; text-transform: none; font-weight: lighter; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } .currentlocation a:hover, .ljtags a:hover { color: #ffacdc; font-weight: lighter; text-transform: none; font-family: "Arial", Tahoma, Helvetica, sans-serif; font-size: 7pt; } Not sure what the problem is with that. |
|
|
![]() ![]() |