I would like to change the background, but when I find one I like, and save it and then download it, the result is a many-tiled background instead of one large picture. How do I get one large picture for the background? Thanks!
You must apply a global style which include HTML that relates to displaying the image in a static fashion. Go to the member area and click "Website layout". Then, click "Global styles".
<STYLE TYPE="text/css"> BODY {background-image: url(http://myspace.familylobby.com/FAM***); background-repeat: no-repeat; } </STYLE>