View Full Version : how do i make my backround image NOT tile?


KeLs
01-14-2005, 02:54 PM
www.freewebs.com/magnetic_/

MaGiCSuN
01-14-2005, 03:13 PM
fix your stylesheet of the main page to this:


<style type="text/css">

td,p,body,font{color: hotpink; font: 8pt verdana; }
body
{;scrollbar-face-color:white;
scrollbar-shadow-color:hotpink;
scrollbar-highlight-color:hotpink;
scrollbar-3dlight-color:hotpink;
scrollbar-darkshadow-color: hotpink;
scrollbar-track-color:white;
scrollbar-arrow-color:hotpink;
background-image: url(weblay.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed; }

a:link,a:active,a:visited{color: #003399; font: 8pt verdana; text-decoration: none}

a:hover{ color: white; font: 8pt verdana; text-decoration: overline underline}

</style>

Love,
Mirna

KeLs
01-14-2005, 03:32 PM
yey! thank you sooo much!!! you have NO IDEA how long ive been looking for that answer! THANK YOU!!!