Publisher 2007 published page not centered

F

Franco

I just learned how to use Publisher 2007. Im doing good so far but theres
only one problem im having.
http://www.essentialscorp.net/ this is my site and as you can see. its not
centered and i cannot figure out how to center it . WILL SOMEBODY HELP ME
PLEASE !!!
 
D

Don Schmidt

Publisher creates websites left justified.

The only two versions that I know of that can be centered by manually
inserting code EASILY are 2000 and 2002.

Some folks here have added some code to center the webpages of Publisher
2007 but it is a bit more complicated.

Below is what works well with Publisher 2000 & 2002.
---------------------------------------------------
This works only for websites created with Publisher 2000 & 2002. There are
other fixes for other versions of Publisher. Sorry, I don't have them.

Each of your html files requires adding the <center> code after the existing
</head> code.

You can go into each html file and do it manually or get the free
ReplaceInFiles program and make it an easy chore.


"ReplaceInFiles" can be downloaded from:

<http://www.emurasoft.com/index.htm>

The four boxes require the following information:

Find: </head>
Replace with: </head> <center>
File Types: *.html
In Folder:
(use the button to go to the folder where the html files are located on your
hard drive)

The bottom four boxes can be left blank.

Note: Once the boxes are filled out and the "Replace all" is selected, the
entries are retained for the next time you use the program.

Don - www.vanusa.org
------
Vancouver, USA

P.S. One of the kind visitors of this news group told us of ReplaceInFiles
program some time ago; 'Sorry I forgot the individual's name. (Another
unsung hero).
 
D

DavidF

Read the thread:
2007 publisher web design - help!
Saturday, March 15, 2008 8:08 PM
by fnl

DavidF
 
K

kenricr

I just learned how to use Publisher 2007.  Im doing good so far but theres
only one problem im having.http://www.essentialscorp.net/this is my site and as you can see. its not
centered and i cannot figure out how to center it . WILL SOMEBODY HELP ME
PLEASE !!!

Open the index.htm file in NotePad and right after </head> and
underneath
the <body> tag string, type or copy and paste the following code
after
changing the width to the width of your page:

<table border="0" cellpadding="0" cellspacing="2" width="760"
align="center">
<tr>
<td>
------------------------------------
ABOVE the </body> tag at the end of the page, type or paste the
following:

</td>
</tr>
</table>

The bigger the width the more it will shove it to the left...the
smaller the width the more to the right. Also, remember you have to do
this for EVERY HTML created by publisher page for it to be consistent
through out your website. THIS CODE WORKS FOR PUB 2007 I use it all
the time!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top