Thanks for the clarification.
Centering your pages in Pub 2003 or 2007:
When you "Publish to the Web" direct the output (the index.htm file and the
index_files folder if you are using the subfolder option) to a folder on
your computer where you can find it. Each of your *.htm files requires
adding a centering code after the existing </head> code.
Though you can do this manually with NotePad, here is a semi-automatic
method.
Download and install the free "Replace In Files" program:
http://www.emurasoft.com/index.htm
Open "Replace in Files". The four boxes in the "Replace in Files" program
require the following information:
Find: </head>
Replace with: </head><table border="0" cellpadding="0" cellspacing="2"
width="760"align="center"><tr><td>
(Note: the code string may wrap in this message, but it should be just one
line in ReplaceinFiles. Also change the width to the pixel width of your web
pages.)
File Types: *.htm
In Folder: Use the ... button to browse to the folder where you directed
your web files on your computer when you Publish to Web.
Assuming that you are using a subfolder, check the box at the bottom
"Replace in Subfolders".
Click "Replace All", and you should get a "Finished" dialog that will
confirm the replaced strings of code for each *.htm file/page in your web
files.
After opening the edited .htm files in your browser to test the change, you
can upload your index.htm file and your index_files folder to your host.
You will have to run Replace in Files each time you modify your Pub file and
produce new web files. However, once the options in Replace in Files are
filled out and the "Replace all" is selected, the entries are retained for
the next time you use the program.
DavidF