M maryam New Member โ 20 โ Impact 0 Aug 22, 2005 440 views 2 replies #1 when I use <body background> tag to address my file it repeats in page .how can I prevent repeating the background image?
when I use <body background> tag to address my file it repeats in page .how can I prevent repeating the background image?
Amnezia Professional MonkeyEstablished Member โ 20 โ Impact 15 Aug 22, 2005 #2 using css body{ background-image: url("image location"); background-repeat: no-repeat; }