View Full Version : Entry border thingy..


BillyJoe
08-30-2004, 07:47 AM
http://www.xanga.com/home.aspx?user=siobhansmith see at that girls site when she makes entries the date has like a background little thingy? and also like her subscriptions part has a special background to.. if you even understand what i mean lol it would be great if someone could tell me how to do that!

Love,
Kaitlin :heart:

oincubusx
08-30-2004, 08:03 AM
date header:

<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
background-image:url(URLTOBACKGROUN);
</style>

BillyJoe
08-30-2004, 08:15 AM
:buckt: YAY!! Thanks so much :D it worked

BillyJoe
08-30-2004, 08:25 AM
oh umm one more thing, on my site the background for the entry starts to repeat itself so it makes my chatter box smaller.. how do i make it so the entry date is shorter, do you get that? lol

oincubusx
08-30-2004, 09:04 AM
use this..


<style type="text/css">
table.search, #SearchBar1_pnlYouAreHere {display: none;}
div.blogheader, .caption, table.blogbody, #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops, {
width:##px;
</style>


you have to change the ## bolded to the width of pixels you want... probably in the 3-4 hundreds...