Re: Just a simple question
You are tired, because I didn't get half of it. Can you show a snapshot of what you don't want?
Re: Just a simple question
I can't get the JPG's to stretch when the page loads so I don't have to stretch them manualy.
http://img272.echo.cx/img272/3144/jpgs7do.jpg
I wanted it so that if ther was a bunch of text the JPG's would strectch to fit.
Re: Just a simple question
when they are stretched the site looks perfect.
Re: Just a simple question
Are you familiar with CSS?
Code:
body
{
background-image:url('bgdesert.jpg');
background-repeat: repeat-y
}
reference:http://www.w3schools.com/css/css_background.asp