 |
Results from the most recent live auction are here.
20 members in the live chat room. Join Chat!
| |
10-21-2003, 07:26 AM
|
· #1 | | New Member | 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 |
| |
10-21-2003, 09:53 AM
|
· #2 | | NamePros Member | 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. |
| |
11-08-2003, 02:16 PM
|
· #3 | | NamePros Member | Problem Solved? Problem Solved?
Regards, Matt Churchward.
__________________
Support Line: (+44) 0700 594 6965
Fax Line: (+44) 0709 203 9946
Email: support@mmwebsolutions.co.uk
Url: www.mmwebsolutions.co.uk
|
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |