http://sazz-k.livejournal.com/ (
sazz-k.livejournal.com
) wrote
in
vettysazzy
2010-09-11 06:33 pm (UTC)
no subject
If you paste this into your custom CSS, you'll get it:
* html span.ljuser{
background-image: url("
http://i911.photobucket.com/albums/ac314/sazzk/userhead-1.gif
") !important;
background-repeat: no-repeat;
background-position: left middle;
padding: 0px 16px 16px 0px !important;
}
* html span.ljuser img{
visibility: hidden;
}
/* icon for users */
.ljuser img[src*="userinfo.gif"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url("
http://i911.photobucket.com/albums/ac314/sazzk/userhead-1.gif
") !important;
padding: 16px 16px 0 0 !important;
}
(
12 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
* html span.ljuser{
background-image: url("http://i911.photobucket.com/albums/ac314/sazzk/userhead-1.gif") !important;
background-repeat: no-repeat;
background-position: left middle;
padding: 0px 16px 16px 0px !important;
}
* html span.ljuser img{
visibility: hidden;
}
/* icon for users */
.ljuser img[src*="userinfo.gif"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url("http://i911.photobucket.com/albums/ac314/sazzk/userhead-1.gif") !important;
padding: 16px 16px 0 0 !important;
}