Quote:
|
Originally Posted by illbeatz
hi, I made this website called www.illbeatz.com with dreamweaver 8 and i was trying S.E.O. my index page in this program called web ceo. the problem is that web ceo tells me that my web page has the same text color as my background. But my background is black and my text is white in my page properties. so what can i do to fix this problem? I heard google and Yahoo will kick me out if they find out about this. but im not hidding any text thanks everyone.
|
here is my code in css:
<style type="text/css">
<!--
body {
background-color: #000000;
}
.style1 {color: #333333}
#Layer1 {
position:absolute;
left:164px;
top:179px;
width:476px;
height:169px;
z-index:1;
}
#Layer2 {
position:absolute;
left:341px;
top:103px;
width:318px;
height:16px;
z-index:2;
}
#Layer3 {
position:absolute;
left:200px;
top:1000px;
width:473px;
height:89px;
z-index:3;
}
#Layer4 {
position:absolute;
left:176px;
top:652px;
width:93px;
height:17px;
z-index:4;
}
#Layer5 {
position:absolute;
left:154px;
top:1139px;
width:740px;
height:76px;
z-index:5;
}
.style23 {color: #FFFFFF}
.style62 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
.style63 {color: #FFFFFF; font-family: Geneva, Arial, Helvetica, sans-serif; }
a:link {
color: #00FF00;
text-decoration: none;
}
.style68 {color: #FF0000}
.style86 {color: #FFFF00; font-weight: bold; font-size: 30px; }
.style88 {font-size: 14px}
a:visited {
color: #00FF00;
text-decoration: none;
}
body,td,th {
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.style66 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
.style118 {font-family: Arial, Helvetica, sans-serif}
.style120 {color: #FF0000; font-weight: bold;}
.style121 {color: #FFFFFF}
.style122 {font-size: 10px}
.style123 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style126 {color: #666666}
.style127 {color: #ECE9D8}
.style131 {font-size: 12px}
.style132 {font-weight: bold}
.style134 {color: #666666; font-weight: bold; }
.style136 {color: #FFFFFF; font-weight: bold; }
-->
</style>