View Full Version : Plz help!


x0xShannonx0x
08-04-2004, 06:00 PM
Hi every1... I was wondering if any1 knows how 2 put a background where it says the date that u made the xanga entry on, and also how 2 put a background on the titles 4 the modules on the sides... Thnx! :)

smileygurl119
08-04-2004, 08:21 PM
<style type="text/css">
body {

div.blogheader, .caption {
/* edits the dates */
background-image: url(http://url.com/to/the/site/image.gif);
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;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FCEBFF;
font: bold 11px arial;
text-transform: uppercase;
color: #C991AE;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}
</style>

x0xShannonx0x
08-06-2004, 07:55 PM
Thank u so much! I've been looking every where! :)