- Impact
- 5
I need some CSS help for http://www.myspace.com/hangar8
I can't get the Text to look good! I need the text to be white... links grey
:o
I can't get the Text to look good! I need the text to be white... links grey
:o
<style type="text/css">
/*
-----------------------------------------------
URL: www.UmerIrshad.com
Date: July 02, 2005.
----------------------------------------------- */
body {
background:#123 url("/images/WHATEVER.jpg") 50% 0;
margin:0;
padding:0 10px;
text-align:center;
font:x-small Verdana,Arial,Sans-serif;
color:#FFFFFF;
font-size/* */:/**/small;
font-size: /**/small;
}
/* Links
----------------------------------------------- */
a:link {
color:#C0C0C0;
}
a:visited {
color:#000000;
}
a:hover {
color:#ffffff;
}
</style>



