Web Design & Development
[ Web Design & Development Topics ]
By default, background images tile both horizontally and vertically. If you want to control this then you need to use CSS commands of "background repeat" and "background position" like this:
background-repeat:
background-position:
background-attachment:
So you could end up with something like this:
<body style="background-image: url(images/buffalo.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom left">