View Full Version : Pictures in stylesheet.css


jeyga
08-18-2003, 06:48 PM
How do u put pictures on my stylesheet.css i have this code
please please if u tell me how please copy and paste the code :)
body
{
background-color:#;
color: #;
font-family: ;
font-size: ;
margin: ;
scrollbar-face-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-shadow-color: ;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-Color: ;
}

A:link
{
color: #;
font-family: ;
font-size: ;
text-decoration: ;
font-weight: ;

}

A:hover
{
color: #;
font-family: ;
font-size: ;
text-decoration: ;
font-weight: ;

}

A:visited
{
color: #;
font-family: ;
font-size: ;
text-decoration: ;
font-weight: ;

}

A:hover
{
color: #;
font-family: ;
font-size: ;
text-decoration: ;
font-weight: ;

}

Alcy
08-18-2003, 07:05 PM
You can't really put pictures, just background images.....

body
{
background-image:url(IMAGE.GIF);
background-repeat:no-repeat;
background-color:#;
color: #;
font-family: ;
font-size: ;
margin: ;
scrollbar-face-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-shadow-color: ;
scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
scrollbar-darkshadow-Color: ;
}