As mentioned above the trick is to use no-repeat and a width set close to 100%. The problem with this approach is that unless you are using a high resolution photo, the image will look pretty grainy on browser windows used in conjunction with a high resolution desktop. When you do use a high resolution photo that looks good in large windows, then you are stuck having to load this very large file just for use as a background. No problem as long as whoever is loading it has a excellent broadband connection but it will turn off those with slower connections. The fact of the matter is that most people find background images distracting and they often make reading the text difficult. So you should seriously consider limiting the use of large background images.
2006-11-01 02:20:59
·
answer #1
·
answered by Interested Dude 7
·
1⤊
0⤋
there is no code interior the international which could thoroughly one hundred% forestall hacking. There are coding languages that are safer than others. basic HTML is and consistently would be hackable. additionally, there's a constrained quantity you're able to do with basic HTML.
2016-11-26 21:45:23
·
answer #2
·
answered by kinchens 4
·
0⤊
0⤋
this is going to happen alot because lots of computers have better resolution and your site will still have the repeating backround even if you dont. try increasing the size on a image editor or just find a repeating pattern.
2006-11-01 01:30:06
·
answer #3
·
answered by Kri$ 3
·
1⤊
0⤋
What you should do is have a easy on the eyes background and then a (very) faded image in the center - positioned by CSS.
Tip: Design for Firefox, tinker so it works on Internet Explorer.
http://getfirefox.com
You'll thank me later.
2006-11-01 03:41:25
·
answer #4
·
answered by AmandaKerik 5
·
0⤊
0⤋
Right next to your background image it'll say something like repeat or tile. Change to "no repeat" or just leave it blank
2006-11-01 01:34:22
·
answer #5
·
answered by nickkk 2
·
0⤊
0⤋
Yeah I can help you here. I've coded many websites in HTML. The code is below, just change where it says "X" with the location of your image.
If your screen resolution is 1024x768, the code is:
and if your screen resolution is 800x600, the code is
2006-11-01 01:31:08
·
answer #6
·
answered by h0axsp1d0r 3
·
1⤊
0⤋
useing the background option in the body tag is not the best way to go these days. It will repeat its to take up the entire background. I recommend using background to only fill with color. Then using CSS embed a background image.
Here this will get you started. It is very easy to do. http://www.w3schools.com/css/css_background.asp
2006-11-01 01:29:21
·
answer #7
·
answered by Dan the man 2
·
3⤊
0⤋
I the following link go to "3.5. The 'background-position' property" and use the size code in %. 100%, 100% is what you are looking for.
It also describes how to tile (repeat) your [img].
http://www.w3.org/TR/2002/WD-css3-background-20020802/
2006-11-01 01:33:42
·
answer #8
·
answered by acklan 6
·
0⤊
0⤋
www.w3shools.com
2006-11-03 09:06:20
·
answer #9
·
answered by Siu02rk 3
·
0⤊
0⤋