| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Oct 2003
Posts: 2
![]() | background image trouble!!! hello, i am doing a website and i'm a little bit in trouble because when i try to put a background on a page, he just copy it underneath again again. do you know how i can do to resolve this problem.?do i have to make a massive image background to make sure it won't copy itself but then, the page will be very long to download? i'm sure there is a trick or a code to make this pictures fix but i can't find it anywhere. help!!!!! thanks. virginie |
| |
| | #2 (permalink) |
| NamePros Member Join Date: Sep 2003
Posts: 33
![]() | Welcome to the forums! I think you are describing tiling? You would need to use some CSS to have the image on there only once & this goes in the <HEAD>: <style type="text/css"> body { background-image: url("images/background.gif"); background-repeat: no-repeat; } </style> You can read more here: http://www.w3schools.com/css/css_background.asp and you can use CSS to place the image in the upper left, right, center, etc. |
| |