Log In · Register

 
 
Closed TopicStart new topic
AH!, omg my entry dates are gone!
XxXxPeAcHeSxXxX
post Aug 6 2004, 01:37 PM
Post #1


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



umm.. anyone kno how to get them back cry.gif
 
kpxanqel
post Aug 6 2004, 01:40 PM
Post #2


anna park
*****

Group: Member
Posts: 410
Joined: Jul 2004
Member No: 29,818



i dont thnk you can.. because your responsible for deleting them =)
 
cu_tie_pie
post Aug 6 2004, 01:42 PM
Post #3


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



wow....what did you do??
 
Caustic
post Aug 6 2004, 01:46 PM
Post #4


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



You entry dates...post the code that you're using
 
XxXxPeAcHeSxXxX
post Aug 6 2004, 01:51 PM
Post #5


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



div.blogheader, .caption {
/* edits the dates */
width:420px;
font-family:tahoma;
text-transform:lowercase;
font-size:14px;
line-height:15px;
font-weight:bold;
color:#000000;
letter-spacing: 0.5px;
background-color: #FFFFFF;
text-align: center;
border: 0px solid gray;
border-width: 1px 1px 0px 1px;
}
 
Caustic
post Aug 6 2004, 01:57 PM
Post #6


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



They're still there, you just cant see them. Use this:
QUOTE
div.blogheader, .caption {
  width:420px;
  font-family:tahoma;
  text-transform:lowercase;
  font-size:14px;
  line-height:15px;
  font-weight:bold;
  color:#000000;
  letter-spacing: 1px;
  background-color: #;
  text-align: center;
  border: 0px;
}
 
XxXxPeAcHeSxXxX
post Aug 6 2004, 02:10 PM
Post #7


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



still nothin.. cry.gif cry.gif cry.gif
 
Caustic
post Aug 6 2004, 02:12 PM
Post #8


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



Hmm...maybe you have some conflicting codes. Post your css stuff here.
 
XxXxPeAcHeSxXxX
post Aug 6 2004, 02:20 PM
Post #9


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



<!-- begin code provided by createblog.com -->
<body><center><span><div style="height: 79px"></div><style type="text/css">
body {
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-face-color: gray;
scrollbar-highlight-color: #FFFFFF;
scrollbar-darkshadow-color: gray;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 8pt tahoma;
color:#000000;
letter-spacing:0px;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
display: none;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font:normal 8pt tahoma; text-decoration: none;
}

a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font:normal 8pt tahoma;
text-decoration: none;
}

a:hover {
/* edits when user mouseovers the links */
color:#000000;
cursor: crosshair;
text-decoration: none;
filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=g
ay,endcolorstr=#FFFFFF); blur(add="40",direction="90",strength="0"); border:none; height: 1;}
}

input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #000000;
font:normal 8pt tahoma;
background-color: #FFFFFF;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 1px solid gray;
width:100px;
background-color: #FFFFFF;
div.blogheader, .caption {
width:420px;
font-family:tahoma;
font-size:14px;
line-height:15px;
color: #000000;
background-color: #FFFFFF;
text-align: center;}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid gray;
background-color: #FFFFFF;
width:420px;
text-align: justify;
border-width: 1px 1px 1px 1px;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image:
url();
background-repeat: no-repeat;
background-position: middle;
background-color: #FFFFFF;
width:190px;
font: bold 12px arial;
line-height: 13px;
text-transform: lowercase;
letter-spacing:-.5px;
color: #000000;
border: 1px solid gray;
border-width: 1px 1px 1px 1px;
text-align: center;
}

table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #FFFFFF;
border: 1px solid gray;
border-width: 1px 1px 1px 1px
width:100px;
}

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FFFFFF;
border: 2px solid #000000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 1px solid #;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 400px;
}
hr {
/* horizontal divider */
border: 1px solid gray;
}
strong {color: gray;}
</style>
 
cu_tie_pie
post Aug 6 2004, 02:40 PM
Post #10


my moods are unpredictable
****

Group: Member
Posts: 148
Joined: Jun 2004
Member No: 20,201



code box please!!

///EDIT

no prob...next time...just use the edit button....i still don't see any problem...this is really weird...=/
 
XxXxPeAcHeSxXxX
post Aug 6 2004, 02:42 PM
Post #11


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



CODE
<!-- begin code provided by createblog.com -->
<body><center><span><div style="height: 79px"></div><style type="text/css">
body {
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-face-color: gray;
scrollbar-highlight-color: #FFFFFF;
scrollbar-darkshadow-color: gray;
scrollbar-3dlight-color: #FFFFFF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 8pt tahoma;
color:#000000;
letter-spacing:0px;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
display: none;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#000000;
font:normal 8pt tahoma; text-decoration: none;
}

a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#000000;
font:normal 8pt tahoma;
text-decoration: none;
}

a:hover {
/* edits when user mouseovers the links */
color:#000000;
cursor: crosshair;
text-decoration: none;
filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=gray,endcolorstr=#FFFFFF); blur(add="40",direction="90",strength="0"); border:none; height: 1;}
}

input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #000000;
font:normal 8pt tahoma;
background-color: #FFFFFF;
letter-spacing:0px;
color: #000000;
}
table.left {
/* this edits the menu module */
border: 1px solid gray;
width:100px;
background-color: #FFFFFF;
div.blogheader, .caption {
width:420px;
font-family:tahoma;
font-size:14px;
line-height:15px;
color: #000000;
background-color: #FFFFFF;
text-align: center;}
table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid gray;
background-color: #FFFFFF;
width:420px;
text-align: justify;
border-width: 1px 1px 1px 1px;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image:
url();
background-repeat: no-repeat;
background-position: middle;
background-color: #FFFFFF;
width:190px;
font: bold 12px arial;
line-height: 13px;
text-transform: lowercase;
letter-spacing:-.5px;
color: #000000;
border: 1px solid gray;
border-width: 1px 1px 1px 1px;
text-align: center;
}

table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #FFFFFF;
border: 1px solid gray;
border-width: 1px 1px 1px 1px
width:100px;
}

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FFFFFF;
border: 2px solid #000000;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 1px solid #;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 400px;
}
hr {
/* horizontal divider */
border: 1px solid gray;
}
strong {color: gray;}
</style>
 
XxXxPeAcHeSxXxX
post Aug 6 2004, 02:43 PM
Post #12


Senior Member
***

Group: Member
Posts: 39
Joined: Jun 2004
Member No: 21,985



sorry sad.gif
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: