Help - Search - Members - Calendar
Full Version: wut is the code for
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
iluvSexiboiz
how can i make the blogbody were the date goes i want it to be smaller and not really big like the height....... do you guys know what i mean?

daniela
ch33sylici0us
You either have to change the size of the text or the margin on the bottom - look at this code.

CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
div.blogheader, .caption, .blogheader2 {
/* edits the dates */
 font: bold 11px tahoma;
 font-variant: small-caps;
 color:#D6E4F8;
 background-color: #7B94BD;
 text-align: center;
 margin-bottom: 2px;
 padding:0px;
}
</style>

<!-- end code provided by createblog.com -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.