depend on how you set .entryHeader as to display: inline; or display: block;.
To put image in the sidebar titles: .sideboxTitle { background-image: url(http://yourimage.jpg); backround-position: left; background-repeat: no-repeat; }
I'm not sure if this is what do you mean, but there is a way to set up width for .entryholder;
Comments 2
To put image in the entry headers:
.entryHeaderDate {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}
or
.entryHeaderSubject {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}
depend on how you set .entryHeader as to display: inline; or display: block;.
To put image in the sidebar titles:
.sideboxTitle {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}
I'm not sure if this is what do you mean, but there is a way to set up width for .entryholder;
min-width: 400px;
Reply
thanks for the info!
Reply
Leave a comment