View Full Version : Border that wraps around entry and date.


elisabethchloe
12-04-2006, 12:17 AM
Hi,

I was wondering how I could make a border that wraps around the entry and date. Like this: http://www.xanga.com/laughlaugh_hyena

Thanks in advance

angelicdenise
01-02-2007, 06:43 AM
Here ya go...
<style type="text/css">
/*
Bordered Weblogs - xanga.com/add_ons
*/
.blogheader {
/* This sets your date's border color */
border: 1px SOLID #FF9F40;
}
.blogbody {
/* This sets your weblog content border color */
border-right: 1px SOLID #FF9F40;
border-bottom: 1px SOLID #FF9F40;
border-left: 1px SOLID #FF9F40
}
</style>