ok so i dont know what i did wrong here but i cant figure it out im trying to turn the blue links on my page to white and since im using custom code (its enabled) i cant just change it under text color heres my site
crimson dreams and heres my stylesheeet
body { font-family: Verdana, Arial,
Helvetica, Swiss, sans-serif ;
color: #ffffff;
background:
url( http://i3.photobucket.com/albums/y77/Tiger_Eyzz_Girls_Hubby/Background_01z.jpg );
background-attachment: fixed;
background-repeat: repeat;
Background-position: center;)
}
.ContentBoxBody {
background-repeat: repeat;
background-color:#000000;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;}
A:active {
COLOR: ffffff; TEXT-DECORATION: underline
}
A:link {
COLOR: ffffff; TEXT-DECORATION: underline
}
A:hover {
COLOR: #fcgfcg; TEXT-DECORATION: underline
}
A:visited {
COLOR: #ffff66; TEXT-DECORATION: underline
}
table.TabBar {
background: #000000;
border: 0px;
margin: 0px;
padding: 0px;
width:100px;
margin-left:auto;
margin-right:auto;
}
.SelectedTab a {
color: #ffffff !important;
}
.UnSelectedTabMo a {
color: #ffcc00 !important;
}
.SelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left top no-repeat;
font-weight: bold;
text-align: center;
height: 42px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
.UnSelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left -42px no-repeat;
font-weight: bold;
text-align: center;
width: 150px;
height: 42px;
padding: 14px 0px 0px 0px;
border: 0px;
}
.UnSelectedTabMo {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left bottom no-repeat;
font-weight: bold;
text-decoration: none;
text-align: center;
width: 150px;
height: 42px;
padding: 14px 0px 0px 0px;
border: 0px;
}
/* html>body added for non-IE styling */
html>body .SelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left top no-repeat;
font-weight: bold;
text-align: center;
height: 28px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left -42px no-repeat;
font-weight: bold;
text-align: center;
height: 28px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTabMo {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left bottom no-repeat;
font-weight: bold;
text-decoration: none;
text-align: center;
height: 28px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
$block[title]
$block[content]
table.TabBar {
background: #000000;
border: 0px;
margin: 0px auto;
padding: 0px;
width:100px;
}
.SelectedTab a {
color: #ffffff !important;
}
.UnSelectedTabMo a {
color: #ffcc00 !important;
}
.SelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left top no-repeat;
font-weight: bold;
text-align: center;
height: 42px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body added for non-IE styling
html>body .SelectedTab {
height: 28px;
}
.UnSelectedTab {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left -42px no-repeat;
font-weight: bold;
text-align: center;
height: 42px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTab {
height: 28px;
}
.UnSelectedTabMo {
color: #ffffff;
background: url(http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/wowbutton1.gif) left bottom no-repeat;
font-weight: bold;
text-decoration: none;
text-align: center;
height: 42px;
width: 150px;
padding: 14px 0px 0px 0px;
border: 0px;
}
html>body .UnSelectedTabMo {
height: 28px;
}