View Full Version : How do I...


J5guy
07-16-2004, 12:11 AM
How do I get my xanga to look like this (http://www.xanga.com/home.aspx?user=xObAnGiiNCz)? I basically want the same look, just in a different color. Does anyone know how to set it up? How the entries are all in their own little box with a date tab at the top. Thanks!
Kyle

swEet lyK sugAh
07-16-2004, 12:32 AM
<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */
border-left: 1px solid #ff0099;
border-right: 1px solid #ff0099;
border-bottom: 1px solid #ff0099;
border-top: 1px solid #ff0099;
background-color: #ffffff;
width:400px;
}
table.blogbody tr td {
/* this edits the left margin of blog */
width:0px;
padding: 0px;
}
table.blogbody div.smalltext{
/* this edits the blog entry footer */
text-align: right;
padding-bottom: 7px;
}
table.left {
/* this edits the menu module */
border: 1px solid #ff0099;
width:160px;
background-color: #FFFFFF;
}
</style>


that is to put tha box around tha entries.. buh idk how to put tha date as a tab like that..