Aldro (
aldro) wrote in
style_system2011-02-21 03:56 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Image in title
1) I have a sticky note at the top of my journal and I'd like to put an image in the title. Is that at all possible and if so, how would I add an image to the title?
2) I noticed that there's a lot of white space between the left side of the entry holder and the title, which isn't there in the original layout's preview. How do I get rid of the extra space?
ETA: More information
2) I noticed that there's a lot of white space between the left side of the entry holder and the title, which isn't there in the original layout's preview. How do I get rid of the extra space?
ETA: More information
no subject
no subject
.sticky-entry-title a {
background: url("IMAGEURL") no-repeat scroll left center transparent;
padding-left: [IMAGEWIDTH]px;
}