The white heart is want I'm wanting but is there a way to get the image shown up like that inside of my header or whatever? I know I'm not explaining it well.
| Author | Comment | |||
|---|---|---|---|---|
Shannon2707 |
Heading/Image Help Please |
Lead | ||
|
I am wanting to add a small heart beside my "header font" which will show up as....
The white heart is want I'm wanting but is there a way to get the image shown up like that inside of my header or whatever? I know I'm not explaining it well. |
||||
|
|
||||
exstreamuser |
#1 | |||
|
Putting one on the right would be a bit risky but you could put one on the left like this:
.tool-box h1 { padding-left: 18px; background: url(http://static.yuku.com//domainskins/bypass/img/smileys/smile.gif) no-repeat left; } Sorry, I left my head in the other forum. It is your profile that you are referring to. Same principle:
.friends-block h2 { padding-left: 18px; background: url(http://static.yuku.com//domainskins/bypass/img/smileys/smile.gif) no-repeat left; }
Last Edited By: exstreamuser 13 May, 2008 15:00.
Edited 1 time.
|
||||
|
|
||||
Shannon2707 |
#2 | |||
|
Yes - my profile but not the current skin ~ LOL
Okay, I will try that code ~ thank you SO much!! |
||||
|
|
||||
Shannon2707 |
#3 | |||
|
Okay ~ it works but how would I get it to show up on the other headers? Such as my comments header & things like that?
|
||||
|
|
||||
exstreamuser |
#4 | |||
|
For all blocks, use something like this:
.block h2 { padding-left: 18px; background: url(http://static.yuku.com//domainskins/bypass/img/smileys/smile.gif) no-repeat left; } |
||||
|
|
||||
Shannon2707 |
#5 | |||
|
Okay ~ thank you SO much!! =]
|
||||
|
|
||||
exstreamuser |
#6 | |||
|
You're welcome!
|
||||
|
|
||||