Date on this layout? (XANGA) |
Date on this layout? (XANGA) |
![]()
Post
#1
|
|
kathii ![]() ![]() Group: Member Posts: 11 Joined: Aug 2005 Member No: 211,080 ![]() |
Can someone tell me why the date won't show up on this layout?
By the way the site is www.xanga.com/meresimplicity, if you want to see CODE <center> <a href="http://www.xanga.com">Xanga</a> <a href="http://www.xanga.com/private/home.aspx" >Home</a> <a href=http://edit.xanga.com/claf.aspx>L&F</a> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=x3katherinee">Add me!</a> <a href=http://www.xanga.com/private/feedback.aspx>Feedbak</a> </center> <style type="text/css"> body { background-color: #99eecc; background-image: url(""); background-attachment: fixed; background-position:left; background-repeat: repeat; scrollbar-arrow-color: #ee0000; scrollbar-track-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #000000; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits the text */ font: normal 19px burst my bubble; line-height: 12px; color: #000000; letter-spacing: 0px; text-align: left; text-transform: lowercase; } blogbody b, .standard b, p b, strong { /* BOLD */ font: bold 12px arial; color:#000000; text-transform: lowercase; } .blogbody u, .standard u, { /* UNDERLINE */ font: underlined 12px arial; color:#ffffff; border-bottom: 1px dotted #ffffff; text-transform: lowercase; } .blogbody i, .standard i, em { /* ITALIC */ font: italic 12px arial; color:#ffffff; text-transform: lowercase; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ color: #ee0000; font: normal 15px joyful juliana; line-height: 10px; text-decoration: none; text-align: center; background-color:; letter-spacing: 0px; text-transform: uppercase; background-color: #; border: 1px solid #000000; border-width: 1px 1px 1px 1px; display:none; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color: #000000; font: normal 7px small fonts; line-height: 10px; text-decoration: none; background-color: transparent; letter-spacing: 0px; text-transform: uppercase; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #000000; font: normal 7px small fonts; line-height: 10px; text-decoration: none; background-color: none; letter-spacing: 0px; text-transform: uppercase; } a:hover { /* edits when user mouseovers the links */ color: #000000; font: normal 7px small fonts; background-color: #ffffff; line-height: 10px; text-decoration: none; text-transform: uppercase; letter-spacing: 0px; cursor: default; border: 1px solid black; } input, select, textarea, .textfield, .button { /* this edits the buttonss, drop downs, etc. */ border: 1px solid #000000; font: normal 7px small fonts; background-color: #ffffff; color: #000000; text-transform: uppercase; } table.left { /* this edits the menu module */ border: 1px solid #000000; width: 150px; background-color: #EF689B; background-image: url("http://img110.imageshack.us/img110/8818/blluegb2.png"); } table.blogbody { /* this edits the other the place where the blog is */ background-color: #EF689B; background-image: url("http://img110.imageshack.us/img110/8818/blluegb2.png"); background-position: top left; background-repeat: repeat; width: 350px; border: 1px solid #000000; border-width: 1px; text-align:none; } table.left th { /* on your menu module, this edits the title part of it */ /* suscribes, suscribe, posting calendar etc */ display:none; } table.left TD { /* on your menu module, this edits the body part of it */ background-color: #ffffff; text-align: center; color: black; border: white; background-image: url("http://img110.imageshack.us/img110/8818/blluegb2.png"); background-position: top left; background-repeat: repeat; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #ffffff; border: 1px solid #000000; width: 100px; } table.search,{ background-color: #EF689B; border: 1px solid #; width: 100px; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid black; width: 200px; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 250px; background-image:url("http://xa5.xanga.com/dd8a4243c1d3263900679/z42841709.bmp"); border: 1px solid #000000; background-color: #; background-position: bottom right; background-repeat:repeat; } hr { /* HORIZONTAL DIVIDER */ display:none; } </style> <!-- begin code provided by createblog.com --> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <!-- end code provided by createblog.com --> THANKS SO MUCH! |
|
|
![]() |
![]()
Post
#2
|
|
Helper ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Mar 2004 Member No: 6,673 ![]() |
div.blogheader, .caption {
/* edits the dates */ color: #ee0000; font: normal 15px joyful juliana; line-height: 10px; text-decoration: none; text-align: center; background-color:; letter-spacing: 0px; text-transform: uppercase; background-color: #; border: 1px solid #000000; border-width: 1px 1px 1px 1px; display:none; } display:none; for blogheader is making it invisible I believe. I hope this helps. |
|
|
![]() ![]() |