Noob question here. I am working on a web site, little by little, but I’m having trouble with a background image. I’d like it to lurk in the background (of course) between the nav bar and the footer. So it can’t be part of the body tag (Right?) I am struggling with it as a part of the main tag in css, or as a separate element in the html file.
Further, I have set up a layout page for all the site’s template pages to pull from. With that page, it doesn’t make sense to me to repeat the background tag on each template page, but it seems to be uncooperative if I include it in the layout.
I’d really welcome your suggestions. I’d be fine sharing some code if anyone is interested and wants to help.