There is no way to have a picture resize itself to always fill the background on your page. It will tile. Unfortunately that is how HTML works. About the only thing you can do is create the page with a table that is exactly the size of the picture. You can't make the picture fit the page, so you have to make the page fit the picture.
2006-06-21 15:14:24
·
answer #1
·
answered by dewcoons 7
·
0⤊
0⤋
that's a really bad idea. a huge image like that will take forever to load into the browser for the majority that still use a dialup connection. they will want to punch you :)
not everyone that comes to your site uses the same monitor resolution. therefore the image will look different in each one of these. do your self a favor and just use a tiled image. that is if you have to use an image at all.
another thing about that to is putting text over such an image will be unreadable unless you make the text really large.
2006-06-22 06:48:57
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
Create a DIV and set it's position to always be 0px left, 0px from the top. Making the DIV position "absolute" will cause other things on your page to ignore it and they will display over it (like the background) instead of displaying around it.
Inside the DIV, make an image tag with attributes of 100% wide, and 100% height. Here's the code...
*** IF THE CODE DROPS OFF WITH "...",
HOVER OVER IT TO VIEW IT ***
2006-06-21 15:23:07
·
answer #3
·
answered by PC Windex 3
·
0⤊
0⤋
There is no special code for this. You simply have the picture size too small. Enlarge it till it fits. You can open your background image with internet explorer and it will give you some indication of how big it will be this way.
2006-06-21 15:10:12
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
here is one way I hope you can use it.
you also can change the numbers to any colour you want as well.
bgColor=#ffffff background=sky.jpg>
2006-06-21 15:06:52
·
answer #5
·
answered by jason c 2
·
0⤊
0⤋