![]() | |||||||
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 |
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. |
Problem Solved? Problem Solved? Regards, Matt Churchward. |
| All times are GMT -7. The time now is 06:57 PM. |
Powered by: vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0