View Full Version : pictures behind dates


wppedcreamqueen
07-18-2004, 08:13 PM
how do i make it so the background of the dates is a picture?

code please. =D

smileygurl119
07-18-2004, 10:19 PM
try this:

<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:impact;
text-transform:uppercase;
font-size:16px;
line-height:10px;
font-weight:bold;
color:#C991AE;
letter-spacing:0px;
background-color: #ffffff;
text-align: left;
background-image: url(http://url.com/to/the/site/image.gif);
}
</style>

xS1ll13x
07-20-2004, 06:52 AM
dnxx