NamePros.Com (http://www.namepros.com/)
-   Web Design Discussion (http://www.namepros.com/web-design-discussion/)
-   -   background image trouble!!! (http://www.namepros.com/web-design-discussion/15425-background-image-trouble.html)

virgile00 10-21-2003 08:26 AM

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

Corey Bryant 10-21-2003 10:53 AM

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.

mmwebsolutions 11-08-2003 03:16 PM

Problem Solved?
 
Problem Solved?

Regards, Matt Churchward.


All times are GMT -7. The time now is 06:57 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0