Help - Search - Members - Calendar
Full Version: image in weblog entry where the dates are.
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
dasuel90
hi can anybody give me a code to having a picture on the weblog entry date. like a background image. thanx
xnikkay
do u have a css? cuz thats usually the solution to most things..
boysbr3akhearts
CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
    font-family:tahoma;
    font-size:8pt;
    color:#000000;
    background-image: url(http://);
    text-align: right;
    border: 1px solid #000000;
    }
</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.