Background image question

liunx

Guest
My son's little league team wants to put up a "simple" site to keep updates on practices, schedules, etc. Is there a way to prevent this picture from tiling on the page and basically take up the whole page. I know I can fix the image but I don't know if I can stretch it. The size is 382 X 489. I plan to really add to the brightness so that it becomes almost opaque.<br />
<br />
<!-- m --><a class="postlink" href="http://members.cox.net/saeinc/Newlogo">http://members.cox.net/saeinc/Newlogo</a><!-- m --> <br />
<br />
Thanks,<br />
Bill<!--content-->Oh, well, for the background image, if you are using CSS, do this:<br />
<br />
<style type="text/css"><br />
<!--<br />
<br />
body <br />
{ background-color: #; <br />
background-image:url(value); <br />
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]<br />
background-position:valueI valueII; [valueI: top, center, bottom, percentage, pixel number]<br />
[valueII: right, center, left, percentage, pixel number]<br />
background-attachment: [scroll, fixed] }<br />
<br />
--><br />
</style><br />
<br />
I don't really know what to put in, but if you know CSS, edit it to your liking. I got the code from http://www.lissaexplains.com/css.sh... <!-- Script Size: 3.71 KB --><!--content-->
 
Back
Top