View Full Version : help please :)


jd_gurl_sourmsh
08-03-2004, 04:26 AM
Okay. Im gonna post my website stats on here.. and theres a part where it makes your bolded text a different color.. and i want it to be the color FF66FF and when I type in that, it doesnt change it. so I thought maybe there is something wrong with the codes? So if you could change it to make it right please:) Thank you so much!

And heres my email if you want to send them there... jd_gurl_sourmash@yahoo.com

<//3

<script language="javascript">
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "VicoDinE");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Shots Of ClaritY");
}
//-->
</script>

<style type="text/css">
<!--
BODY {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FF00FF;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #000000;
cursor: crosshair;
-->
</style>

<style type="text/css">
<!--
a:link {cursor: ne-resize}
a:visited {cursor: ne-resize}
a:active {cursor: ne-resize}
a:hover {cursor: ne-resize}
-->
</style>

<style type="text/css">
a:hover {
/* edits when user mouseovers the links */
color: #ffffff;
font: bold 10px arial;
letter-spacing: 1px;
text-transform: uppercase;
border: 1px solid #FF66FF;
</style>

<style type=text/css><!-- body,table,img{filter:Alp
ha(opacity=70,enabled=70)
}--></STYLE>

<style type="text/css">
<!--
A:HOVER {
font-weight : bold;
color : #FFFFFF;
font-size: 11px;
text-decoration: line-through;}
-->

</style>

<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */
border: 5px double #FF66FF;
background-color: #000000;
FILTER: alpha(opacity=87);
width:572px;
text-align: left;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #000000;
border: 2xp solid #FF66FF;
filter:alpha(opacity=84
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
font-size: 11xp; arial;
color: #FF66FF;
}
</style>

<META http-equiv="Page-Exit" content="revealTrans(Transition=Split Vertical In,Duration=1.000)">

JiNgLeBeLLz77
08-03-2004, 04:10 PM
try deleting the code already in your website stats, and then put this code below in your header... =] the code looks correct, so i don't know why it's not working =\

<style type="text/css">
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #ff0099;
}
</style>