Re: How to place Background Image on every Page of my website

From: Daniel Piechnick

Comments

Hi tajammul. If you're using Frontpage or another web editor, you can just right-click on the page, and set the background to be a certain picture file. If you're coding the site in HTML, just replace your <body> tag with <body background="filename.jpg">. If you're using Frontpage, you can use the Replace command on the Edit Menu to replace all instances of <body> on your whole website.