If you use Dreamweaver you can open all the pages at the same time and use 'find and replace' to find the background colour bit of code and replace it with background image code all in one go.
Or you could rewrite it using a CSS (Cascading Style Sheet). Then you simply have to change the background colour/image in the style sheet and it will be applied to all of the webpages.
look into CSS, its really easy and you'd just have to put a small line of code in each page to get it to work
CSS can control font styles, sizes, backgrounds etc
you make a css file, say style.css, then in the top of each other page (in html view) you'd type style=style.css (or whatever the code is), if in future you decide to change the background again, you just update that 1 css file
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.