I love the style and am using it on a RP journal at
bookwormbri, but I'm not so fond of the space between the date and the start of the entries, because of the userpic starting above the entry (does that make sense?). I've tried modifying the CSS to have the userpic start lower in the entry, but to no avail. Is there any relatively easy way to get rid of
(
Read more... )
The bit that bugs me is getting the userpic div so align the pic in the middle, because a lot of my friends have small pics, and they hover at the top, which bugs me. :P
Oh, if you want the code for the date, I can get it to you.
Reply
Reply
Saturday, 24 September 2005 @ 10:14pm
( ... )
Reply
the css that SHOULD move the userpic isn't working.
Reply
And I babble. But I'll look at it and see if I can fix it any.
Reply
.entryPic {
float: $*entry_userpic_location;
position: relative;
margin: 0 0 0 0;
padding: 5px;
width: 100px;
height: 100px;
text-align: center;
vertical-align: center;
}
I added the vertical-align:center in hopes of centering the damn thing, but it continues to not work.
Reply
Reply
Reply
Reply
Reply
Reply
Mine currently looks like this:
if ( $e.new_day )
{
"""
""";
}
# Print the entry
print_entry( $this, $e, $bg, $fg, $switch );
Reply
Reply
It's quite fun, and is spurring me to finish bits of my layout I let go because I got lazy.
Reply
Leave a comment