Qdoos Webmaster Forum Marketplace - View Single Post - how to add background?
View Single Post
Old 06-06-2008, 07:29 AM   #1 (permalink)
alec11
Not Active
 
Join Date: Jun 2008
Posts: 307
Rep Power: 1 alec11 is on a distinguished road
iTrader: (0)
Recent Blog:
[CaRP] Failed to open file: 7
alec11 has no status.

Default how to add background?

i got this CSS code :
Quote:
body {
margin:0;
padding:0;
}

a:link, a:visited {
color:#0000ff;text-decoration:none;
}
a:hover {
color:#000033;text-decoration:none;
}
a:active {
text-decoration:none;
}


#navigation {
font-size: 12px;

}

#navigation a {
color: #555;
font-weight: bold;
}

#navigation a:hover {
text-decoration: underline;
}

#navigation a:visited {
text-decoration: line-through;
font-weight:italic;
display:block;
disabled:true;
}
The question is, how can i add background? What code i nedd and where i put that code?
Thanks
alec11 is offline   Reply With Quote
Sponsored Links