You could actually do this all in JavaScript with no additional editing of the HTML file(s) beyond the JavaScript include using JQuery. Just include a recent version of the JQuery library (you can download from
http://jquery.com/) and add the following to the JavaScript above:
Code:
$.noConflict();
jQuery(document).ready(function(){
jQuery("body").attr('background','pic191.jpg');
});
jQuery.noConflict();
This way, you'll automatically get the background image on all pages that include your JavaScript file.
__________________
Atlanta Web Design |
Georgia Web Design