Aldro ([personal profile] aldro) wrote in [community profile] style_system2011-02-21 03:56 pm

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
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2011-02-21 06:26 pm (UTC)(link)
I think the space is coming from this:

.restrictions-18 .entry .entry-title a, img[src*="icon_18.png"] {
    background: url("http://yoursite/images/restricted18.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}


Looks like if you either take that part out, or put a URL to the right image there, the space will go away!
foxfirefey: A fox colored like flame over an ornately framed globe (Default)

[personal profile] foxfirefey 2011-02-21 06:30 pm (UTC)(link)
Firebug rules! It's pretty easy to debug things like that with it--I highly recommend checking it out if you do much style tweaking.