Having a problem… In this line of code where do I add the background-position and attachment code? I tried adding it but it did not make a difference so I’m assuming it was in the wrong place.
How do I add this?
background-position:center; background-repeat:no-repeat; background-repeat:fixed
To this…
document.open();
document.write("<BODY BACKGROUND=’"+image+"’>");
Thank you for your help.