Changing backgrounds for each page


Author Message
jennyfedei

Posted: 7/16/2012
Quote message 

I was wondering if there was a way I could give each page in my website a 'different' background. It seems that once a background is selected that it remains constant for all subsequent pages. This particular website I'm working needs to have a different background for each page. Is there an easy way to do this?

Thanks!

Jenny
 
jrgweb

Posted: 7/16/2012
Quote message 

Hey Jenny

I created a quick HTML site with different backgrounds for each menu item.
I assume this is what you are trying to accomplish. The images are a little big so it may load slow. This took less than 5 mins.

What you want to do is create your template fully. After complete edit each page. This is the code that needs to be inserted in the head tags.

<head>
<style type="text/css">
body {background-image:url("images/page1.jpg");}
</style>
</head>

I do this with each page and change the image name.

<style type="text/css">
body {background-image:url("images/page2.jpg");}
</style>

You can see an example here:

http://jrgweb.net/mybackground/index.html

 
jrgweb

Posted: 2/18/2013
Quote message 

@stoneman - Finally found the artx and pdf. Give me a shout at
jrgweb@gmail dot com