Help - Search - Members - Calendar
Full Version: date thingie
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
super_grover08
what is the script for the date thing above an entry. like on my xanga (ling in signiture). se how its like blue around it and it fades out thats what i need the script 4. sry its kinda hard to explain. thnx
winsome
div.blogheader, .caption {
/* edit the dates */
font-family: times new roman, arial black, arial;
text-transform:lowercase;
font-size:20px;
color:#FBAF5D;
background-color:white;
text-align:left;
font-weight:bold;
}

just change the style to fit your layout and that should do it happy.gif
super_grover08
that didnt work, i tried it in the header and website stats. im just tryin to add it to my site as a script im not tryn to make a layout.
winsome
ooh sorry about that i assumed you knew to put it inside a <style> tag...
should look like this:
<style type="text/css">
div.blogheader, .caption {
/* edit the dates */
font-family: times new roman, arial black, arial;
text-transform:lowercase;
font-size:20px;
color:#FBAF5D;
background-color:white;
text-align:left;
font-weight:bold;
}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.