Thread: I need the BG not to tile
Results 1 to 2 of 2
Related
-
Image tile across specific area!! Forum: HTML Forum
Replies: 4
-
02-17-2004, 04:17 PM #1
I need the BG not to tile
I have a background and every time i insert it into the web page It tiles and I need it to be fixed but resize with the frame. Please help
-
02-17-2004, 04:55 PM #2
Hi,
You can set it not to tile quite easily, especially if you use css -
Code:<style type="text/css"> body { background-image: url(myBGfile.gif); background-repeat: no-repeat; } </style>
However, the image cannot resize automatically with the window size if its a background image.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?