how do i make web pages central in browser ( using publisher )

D

downthesouth

I have created a web site using publisher however whwn i view the site on
line the pages i have created appear to be over to the left of my screen, how
do i make the page central in my browser...

Any help would be much appreciated

Thank you
 
D

Don Schmidt

This works only for websites created with Publisher 2000 & 2002; other
versions it can't be done.

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
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).
 
M

MDJ

downthesouth said:
I have created a web site using publisher however whwn i view the site on
line the pages i have created appear to be over to the left of my screen,
how
do i make the page central in my browser...

Any help would be much appreciated

Thank you

if you are using CSS and div tags, adding margin left auto and margin right
auto centres the div tag for you.
 
D

downthesouth

Hi and thank you for your response, however I'm using the 2003 version so I'm
drawing a blank at the moment, it's so frustrating im sure it can be done i
just dont know how ......

Aaron
 

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