BlurOfSerenity
New Member
ok... go to www.batwing.org . you will note the (new!) pretty link colors..... and no visible text other than things i've designated as specific colors with specific tags.
this is because i am messing with my site. and i have a css thingy, and it looks like this:
body { SCROLLBAR-BASE-COLOR: #CC6699; }
a:link { color: #CC6699; text-decoration: none; }
a:visited { color: #CC66CC; text-decoration: none; }
a:hover { color=#99CCCC; text-decoration: underline; }
a:active { color=#CC6699; text-decoration: underline; }
so yah! that controls the scrollybar, and the link colors. i've got that.
however, when i uploaded it and refreshed my page, my text had turned black. which is weird cos it was white before, and i edited no code to turn it black.
there is also no code in the individual pages that even indicated a main font color.
so... why is it black now... and, more importantly, how do i fix it!!??
this is because i am messing with my site. and i have a css thingy, and it looks like this:
body { SCROLLBAR-BASE-COLOR: #CC6699; }
a:link { color: #CC6699; text-decoration: none; }
a:visited { color: #CC66CC; text-decoration: none; }
a:hover { color=#99CCCC; text-decoration: underline; }
a:active { color=#CC6699; text-decoration: underline; }
so yah! that controls the scrollybar, and the link colors. i've got that.
however, when i uploaded it and refreshed my page, my text had turned black. which is weird cos it was white before, and i edited no code to turn it black.
there is also no code in the individual pages that even indicated a main font color.
so... why is it black now... and, more importantly, how do i fix it!!??