Help
-
Search
-
Members
-
Calendar
Full Version:
Date
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
david_v0
Mar 13 2005, 05:10 PM
Im trying to put an Underline under all my dates how would I do that if I already have the script to edit them....Thnx
My Xanga
mona lisa
Mar 13 2005, 05:15 PM
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:verdana;
text-transform:uppercase;
font-size:15px;
line-height:25px;
border-bottom: 1px #FFFFFF;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: black;
color:white;
letter-spacing:1px;
text-align: center;
}
</style>
paste that into html header and take out the old one.
david_v0
Mar 13 2005, 05:26 PM
[border-bottom: 1px #FFFFFF;]
I dont see the underline and I changed the bottom border to white too
check it out
My Webpage
mona lisa
Mar 13 2005, 05:44 PM
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:verdana;
text-transform:uppercase;
font-size:15px;
line-height:25px;
font-weight:bold;
height: 1px;
background-color: black;
color:white;
letter-spacing:1px;
text-align: center;
border-bottom: 1px #FFFFFF;
}
</style>
how about now?
david_v0
Mar 13 2005, 05:52 PM
Nope Still not workin and I made sure it was in the header
sweetxsimplicity
Mar 13 2005, 05:55 PM
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:verdana;
text-transform:uppercase;
font-size:15px;
line-height:25px;
font-weight:underline;
height: 1px;
background-color: black;
color:white;
letter-spacing:1px;
text-align: center;
border-bottom: 1px #ffffff;
}
</style>
david_v0
Mar 13 2005, 06:02 PM
Nope that code didnt work dis is wat I have on rite now
My Webpage
<!-- begin code provided by createblog.com -->
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:verdana;
text-transform:uppercase;
font-size:15px;
line-height:25px;
border-bottom: 1px #FFFFFF;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color: black;
color:white;
letter-spacing:1px;
text-align: center;
}
</style>
<!-- end code provided by createblog.com -->
mona lisa
Mar 13 2005, 06:28 PM
<style type="text/css">
div.blogheader, .caption {
/* edits the dates */
font-family:verdana;
text-transform:uppercase;
font-size:15px;
line-height:25px;
font-weight:bold;
font-color:white;
letter-spacing:1px;
text-align: center;
border-bottom: 1px #FFFFFF;
}
</style>
try that.
whomps
Mar 13 2005, 06:31 PM
Or try this.
<style type="text/css">
.blogheader {
text-decoration: underline;
}
</style>
Paste that in your Custom Header.
david_v0
Mar 13 2005, 08:12 PM
Ha Ha Thnx that second code works....Sorry 4 all da trouble..
<!-- begin code provided by createblog.com -->
<style type="text/css">
.blogheader {
text-decoration: underline;
}
</style>
<!-- end code provided by createblog.com -->
sweetxsimplicity
Mar 13 2005, 10:12 PM
-Topic Closed-
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.