|
|
| Next: Centering a Web Page |
| Author |
Message |
juantrix External

Since: Jun 21, 2007 Posts: 4
|
Posted: Thu Jun 21, 2007 9:28 am Post subject: how do i set my webpage to apper on the center of the webbrowser? Archived from groups: microsoft>public>publisher>webdesign (more info?) |
|
|
sorry iam new to this a creted a small webpage i use publisher 2007 and ftp
from explorer to publish it to the web but i have to problems
1. i need to center the page so when is shown in the web browser its in the
center of the page. like www.yahoo.com
when i use a webbrowser with good resolution the pages is shown align to the
left of the page and on the right side there is a white space to the right
like on www.terra.com
2. webbot-self i think this have to be with the server extensions and ftp |
|
| Back to top |
|
 |
DavidF External

Since: Mar 18, 2004 Posts: 3032
|
Posted: Thu Jun 21, 2007 9:53 am Post subject: Re: how do i set my webpage to apper on the center of the webbrowser? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Your best bet is to pay for a hosting service instead of using the free
service by GoDaddy. With that said this workaround was posted by Troy:
"Instructions for publishing to an ad-supported free web site through
GoDaddy using MS Publisher
1. Publish website to folder on local computer first
2. Open "index.htm" in browser window
3. Under the "Page" pulldown menu, select "View Source." This displays a
..txt file, showing the html code.
4. Using find & replace (under the "edit" menu), search for the first
instance of the word, "absolute" in the html code, and replace it with the
word "relative."
5. This process must be repeated for each page individually, by navigating
to each locally-published page from within a web browser, viewing the source
html code, replacing the first instance of "absolute" with "relative," then
saving the file before navigating to the next page.
6. Once finished making changes, the locally saved "index.htm" file and
accompanying folder must be copied and pasted, via ftp client to your
GoDaddy
website, and "voila," you should be up and running!"
If you are also asking how to get the forms to work in Publisher, you are
correct, you need FPSE. You won't get those with a free hosting service.
DavidF
"juantrix" <juantrix DeleteThis @discussions.microsoft.com> wrote in message
news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
> sorry iam new to this a creted a small webpage i use publisher 2007 and
> ftp
> from explorer to publish it to the web but i have to problems
>
> 1. i need to center the page so when is shown in the web browser its in
> the
> center of the page. like www.yahoo.com
>
> when i use a webbrowser with good resolution the pages is shown align to
> the
> left of the page and on the right side there is a white space to the right
> like on www.terra.com
>
>
> 2. webbot-self i think this have to be with the server extensions and ftp
>
> |
|
| Back to top |
|
 |
juantrix External

Since: Jun 21, 2007 Posts: 4
|
Posted: Thu Jun 21, 2007 1:01 pm Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
"DavidF" wrote:
> Your best bet is to pay for a hosting service instead of using the free
> service by GoDaddy. With that said this workaround was posted by Troy:
>
> "Instructions for publishing to an ad-supported free web site through
> GoDaddy using MS Publisher
>
> 1. Publish website to folder on local computer first
> 2. Open "index.htm" in browser window
> 3. Under the "Page" pulldown menu, select "View Source." This displays a
> ..txt file, showing the html code.
> 4. Using find & replace (under the "edit" menu), search for the first
> instance of the word, "absolute" in the html code, and replace it with the
> word "relative."
> 5. This process must be repeated for each page individually, by navigating
> to each locally-published page from within a web browser, viewing the source
> html code, replacing the first instance of "absolute" with "relative," then
> saving the file before navigating to the next page.
> 6. Once finished making changes, the locally saved "index.htm" file and
> accompanying folder must be copied and pasted, via ftp client to your
> GoDaddy
> website, and "voila," you should be up and running!"
>
> If you are also asking how to get the forms to work in Publisher, you are
> correct, you need FPSE. You won't get those with a free hosting service.
>
> DavidF
>
> "juantrix" <juantrix RemoveThis @discussions.microsoft.com> wrote in message
> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
> > sorry iam new to this a creted a small webpage i use publisher 2007 and
> > ftp
> > from explorer to publish it to the web but i have to problems
> >
> > 1. i need to center the page so when is shown in the web browser its in
> > the
> > center of the page. like www.yahoo.com
> >
> > when i use a webbrowser with good resolution the pages is shown align to
> > the
> > left of the page and on the right side there is a white space to the right
> > like on www.terra.com
> >
> >
> > 2. webbot-self i think this have to be with the server extensions and ftp
> >
> >
>
>
> |
|
| Back to top |
|
 |
juantrix External

Since: Jun 21, 2007 Posts: 4
|
Posted: Thu Jun 21, 2007 1:03 pm Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
hi davidf i tried this but wath happen is that all the images and bars when
down in the page and the text just remained where it was.
i also tried with <center> and the pages when to the rightside
is there any other option
"DavidF" wrote:
> Your best bet is to pay for a hosting service instead of using the free
> service by GoDaddy. With that said this workaround was posted by Troy:
>
> "Instructions for publishing to an ad-supported free web site through
> GoDaddy using MS Publisher
>
> 1. Publish website to folder on local computer first
> 2. Open "index.htm" in browser window
> 3. Under the "Page" pulldown menu, select "View Source." This displays a
> ..txt file, showing the html code.
> 4. Using find & replace (under the "edit" menu), search for the first
> instance of the word, "absolute" in the html code, and replace it with the
> word "relative."
> 5. This process must be repeated for each page individually, by navigating
> to each locally-published page from within a web browser, viewing the source
> html code, replacing the first instance of "absolute" with "relative," then
> saving the file before navigating to the next page.
> 6. Once finished making changes, the locally saved "index.htm" file and
> accompanying folder must be copied and pasted, via ftp client to your
> GoDaddy
> website, and "voila," you should be up and running!"
>
> If you are also asking how to get the forms to work in Publisher, you are
> correct, you need FPSE. You won't get those with a free hosting service.
>
> DavidF
>
> "juantrix" <juantrix.RemoveThis@discussions.microsoft.com> wrote in message
> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
> > sorry iam new to this a creted a small webpage i use publisher 2007 and
> > ftp
> > from explorer to publish it to the web but i have to problems
> >
> > 1. i need to center the page so when is shown in the web browser its in
> > the
> > center of the page. like www.yahoo.com
> >
> > when i use a webbrowser with good resolution the pages is shown align to
> > the
> > left of the page and on the right side there is a white space to the right
> > like on www.terra.com
> >
> >
> > 2. webbot-self i think this have to be with the server extensions and ftp
> >
> >
>
>
> |
|
| Back to top |
|
 |
DavidF External

Since: Mar 18, 2004 Posts: 3032
|
Posted: Thu Jun 21, 2007 3:58 pm Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Sorry, if that doesn't work for you, then you will need to switch to a
different host....or different software. I would suggest spending the few
dollars a month and go with paid hosting....but that is me.
DavidF
"juantrix" <juantrix.TakeThisOut@discussions.microsoft.com> wrote in message
news:88E8D7FA-20E3-4689-95DF-6D0F489D9D53@microsoft.com...
> hi davidf i tried this but wath happen is that all the images and bars
> when
> down in the page and the text just remained where it was.
> i also tried with <center> and the pages when to the rightside
> is there any other option
>
> "DavidF" wrote:
>
>> Your best bet is to pay for a hosting service instead of using the free
>> service by GoDaddy. With that said this workaround was posted by Troy:
>>
>> "Instructions for publishing to an ad-supported free web site through
>> GoDaddy using MS Publisher
>>
>> 1. Publish website to folder on local computer first
>> 2. Open "index.htm" in browser window
>> 3. Under the "Page" pulldown menu, select "View Source." This displays a
>> ..txt file, showing the html code.
>> 4. Using find & replace (under the "edit" menu), search for the first
>> instance of the word, "absolute" in the html code, and replace it with
>> the
>> word "relative."
>> 5. This process must be repeated for each page individually, by
>> navigating
>> to each locally-published page from within a web browser, viewing the
>> source
>> html code, replacing the first instance of "absolute" with "relative,"
>> then
>> saving the file before navigating to the next page.
>> 6. Once finished making changes, the locally saved "index.htm" file and
>> accompanying folder must be copied and pasted, via ftp client to your
>> GoDaddy
>> website, and "voila," you should be up and running!"
>>
>> If you are also asking how to get the forms to work in Publisher, you are
>> correct, you need FPSE. You won't get those with a free hosting service.
>>
>> DavidF
>>
>> "juantrix" <juantrix.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
>> > sorry iam new to this a creted a small webpage i use publisher 2007
>> > and
>> > ftp
>> > from explorer to publish it to the web but i have to problems
>> >
>> > 1. i need to center the page so when is shown in the web browser its in
>> > the
>> > center of the page. like www.yahoo.com
>> >
>> > when i use a webbrowser with good resolution the pages is shown align
>> > to
>> > the
>> > left of the page and on the right side there is a white space to the
>> > right
>> > like on www.terra.com
>> >
>> >
>> > 2. webbot-self i think this have to be with the server extensions and
>> > ftp
>> >
>> >
>>
>>
>> |
|
| Back to top |
|
 |
juantrix External

Since: Jun 21, 2007 Posts: 4
|
Posted: Fri Jun 22, 2007 4:50 am Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
hi davidf thanks i tried something i changed the page so in <Head> , i add
<center>
then i change one line from absolute to relative and it worked thanks for
the help
juantrix
"DavidF" wrote:
> Sorry, if that doesn't work for you, then you will need to switch to a
> different host....or different software. I would suggest spending the few
> dollars a month and go with paid hosting....but that is me.
>
> DavidF
>
> "juantrix" <juantrix DeleteThis @discussions.microsoft.com> wrote in message
> news:88E8D7FA-20E3-4689-95DF-6D0F489D9D53@microsoft.com...
> > hi davidf i tried this but wath happen is that all the images and bars
> > when
> > down in the page and the text just remained where it was.
> > i also tried with <center> and the pages when to the rightside
> > is there any other option
> >
> > "DavidF" wrote:
> >
> >> Your best bet is to pay for a hosting service instead of using the free
> >> service by GoDaddy. With that said this workaround was posted by Troy:
> >>
> >> "Instructions for publishing to an ad-supported free web site through
> >> GoDaddy using MS Publisher
> >>
> >> 1. Publish website to folder on local computer first
> >> 2. Open "index.htm" in browser window
> >> 3. Under the "Page" pulldown menu, select "View Source." This displays a
> >> ..txt file, showing the html code.
> >> 4. Using find & replace (under the "edit" menu), search for the first
> >> instance of the word, "absolute" in the html code, and replace it with
> >> the
> >> word "relative."
> >> 5. This process must be repeated for each page individually, by
> >> navigating
> >> to each locally-published page from within a web browser, viewing the
> >> source
> >> html code, replacing the first instance of "absolute" with "relative,"
> >> then
> >> saving the file before navigating to the next page.
> >> 6. Once finished making changes, the locally saved "index.htm" file and
> >> accompanying folder must be copied and pasted, via ftp client to your
> >> GoDaddy
> >> website, and "voila," you should be up and running!"
> >>
> >> If you are also asking how to get the forms to work in Publisher, you are
> >> correct, you need FPSE. You won't get those with a free hosting service.
> >>
> >> DavidF
> >>
> >> "juantrix" <juantrix DeleteThis @discussions.microsoft.com> wrote in message
> >> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
> >> > sorry iam new to this a creted a small webpage i use publisher 2007
> >> > and
> >> > ftp
> >> > from explorer to publish it to the web but i have to problems
> >> >
> >> > 1. i need to center the page so when is shown in the web browser its in
> >> > the
> >> > center of the page. like www.yahoo.com
> >> >
> >> > when i use a webbrowser with good resolution the pages is shown align
> >> > to
> >> > the
> >> > left of the page and on the right side there is a white space to the
> >> > right
> >> > like on www.terra.com
> >> >
> >> >
> >> > 2. webbot-self i think this have to be with the server extensions and
> >> > ftp
> >> >
> >> >
> >>
> >>
> >>
>
>
> |
|
| Back to top |
|
 |
Don Schmidt External

Since: Apr 21, 2007 Posts: 207
|
Posted: Fri Jun 22, 2007 5:17 am Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
juantrix
Maybe with a few additional replacements, the following my make your chore
easier. I use it for my Publisher 2000 websites.
This works only for websites created with Publisher 2002 and earlier; fairly
certain.
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, the entries are retained for the next
time you use the program.
Don
------
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).
"juantrix" <juantrix.TakeThisOut@discussions.microsoft.com> wrote in message
news:4AFD4796-3155-430B-98DB-DCD5A55D4421@microsoft.com...
> hi davidf thanks i tried something i changed the page so in <Head> , i add
> <center>
> then i change one line from absolute to relative and it worked thanks for
> the help
>
> juantrix
>
> "DavidF" wrote:
>
>> Sorry, if that doesn't work for you, then you will need to switch to a
>> different host....or different software. I would suggest spending the few
>> dollars a month and go with paid hosting....but that is me.
>>
>> DavidF
>>
>> "juantrix" <juantrix.TakeThisOut@discussions.microsoft.com> wrote in message
>> news:88E8D7FA-20E3-4689-95DF-6D0F489D9D53@microsoft.com...
>> > hi davidf i tried this but wath happen is that all the images and bars
>> > when
>> > down in the page and the text just remained where it was.
>> > i also tried with <center> and the pages when to the rightside
>> > is there any other option
>> >
>> > "DavidF" wrote:
>> >
>> >> Your best bet is to pay for a hosting service instead of using the
>> >> free
>> >> service by GoDaddy. With that said this workaround was posted by Troy:
>> >>
>> >> "Instructions for publishing to an ad-supported free web site through
>> >> GoDaddy using MS Publisher
>> >>
>> >> 1. Publish website to folder on local computer first
>> >> 2. Open "index.htm" in browser window
>> >> 3. Under the "Page" pulldown menu, select "View Source." This displays
>> >> a
>> >> ..txt file, showing the html code.
>> >> 4. Using find & replace (under the "edit" menu), search for the first
>> >> instance of the word, "absolute" in the html code, and replace it with
>> >> the
>> >> word "relative."
>> >> 5. This process must be repeated for each page individually, by
>> >> navigating
>> >> to each locally-published page from within a web browser, viewing the
>> >> source
>> >> html code, replacing the first instance of "absolute" with "relative,"
>> >> then
>> >> saving the file before navigating to the next page.
>> >> 6. Once finished making changes, the locally saved "index.htm" file
>> >> and
>> >> accompanying folder must be copied and pasted, via ftp client to your
>> >> GoDaddy
>> >> website, and "voila," you should be up and running!"
>> >>
>> >> If you are also asking how to get the forms to work in Publisher, you
>> >> are
>> >> correct, you need FPSE. You won't get those with a free hosting
>> >> service.
>> >>
>> >> DavidF
>> >>
>> >> "juantrix" <juantrix.TakeThisOut@discussions.microsoft.com> wrote in message
>> >> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
>> >> > sorry iam new to this a creted a small webpage i use publisher 2007
>> >> > and
>> >> > ftp
>> >> > from explorer to publish it to the web but i have to problems
>> >> >
>> >> > 1. i need to center the page so when is shown in the web browser its
>> >> > in
>> >> > the
>> >> > center of the page. like www.yahoo.com
>> >> >
>> >> > when i use a webbrowser with good resolution the pages is shown
>> >> > align
>> >> > to
>> >> > the
>> >> > left of the page and on the right side there is a white space to the
>> >> > right
>> >> > like on www.terra.com
>> >> >
>> >> >
>> >> > 2. webbot-self i think this have to be with the server extensions
>> >> > and
>> >> > ftp
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>> |
|
| Back to top |
|
 |
Cherie External

Since: Nov 16, 2004 Posts: 2
|
Posted: Fri Jul 13, 2007 5:02 pm Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I've been following your thread regarding the problem of centering my
publisher 2007 web page. I tried your fix. It didn't work. My graphics
disappeared and the page didn't center. What did I do wrong?
"juantrix" wrote:
> hi davidf thanks i tried something i changed the page so in <Head> , i add
> <center>
> then i change one line from absolute to relative and it worked thanks for
> the help
>
> juantrix
>
> "DavidF" wrote:
>
> > Sorry, if that doesn't work for you, then you will need to switch to a
> > different host....or different software. I would suggest spending the few
> > dollars a month and go with paid hosting....but that is me.
> >
> > DavidF
> >
> > "juantrix" <juantrix DeleteThis @discussions.microsoft.com> wrote in message
> > news:88E8D7FA-20E3-4689-95DF-6D0F489D9D53@microsoft.com...
> > > hi davidf i tried this but wath happen is that all the images and bars
> > > when
> > > down in the page and the text just remained where it was.
> > > i also tried with <center> and the pages when to the rightside
> > > is there any other option
> > >
> > > "DavidF" wrote:
> > >
> > >> Your best bet is to pay for a hosting service instead of using the free
> > >> service by GoDaddy. With that said this workaround was posted by Troy:
> > >>
> > >> "Instructions for publishing to an ad-supported free web site through
> > >> GoDaddy using MS Publisher
> > >>
> > >> 1. Publish website to folder on local computer first
> > >> 2. Open "index.htm" in browser window
> > >> 3. Under the "Page" pulldown menu, select "View Source." This displays a
> > >> ..txt file, showing the html code.
> > >> 4. Using find & replace (under the "edit" menu), search for the first
> > >> instance of the word, "absolute" in the html code, and replace it with
> > >> the
> > >> word "relative."
> > >> 5. This process must be repeated for each page individually, by
> > >> navigating
> > >> to each locally-published page from within a web browser, viewing the
> > >> source
> > >> html code, replacing the first instance of "absolute" with "relative,"
> > >> then
> > >> saving the file before navigating to the next page.
> > >> 6. Once finished making changes, the locally saved "index.htm" file and
> > >> accompanying folder must be copied and pasted, via ftp client to your
> > >> GoDaddy
> > >> website, and "voila," you should be up and running!"
> > >>
> > >> If you are also asking how to get the forms to work in Publisher, you are
> > >> correct, you need FPSE. You won't get those with a free hosting service.
> > >>
> > >> DavidF
> > >>
> > >> "juantrix" <juantrix DeleteThis @discussions.microsoft.com> wrote in message
> > >> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
> > >> > sorry iam new to this a creted a small webpage i use publisher 2007
> > >> > and
> > >> > ftp
> > >> > from explorer to publish it to the web but i have to problems
> > >> >
> > >> > 1. i need to center the page so when is shown in the web browser its in
> > >> > the
> > >> > center of the page. like www.yahoo.com
> > >> >
> > >> > when i use a webbrowser with good resolution the pages is shown align
> > >> > to
> > >> > the
> > >> > left of the page and on the right side there is a white space to the
> > >> > right
> > >> > like on www.terra.com
> > >> >
> > >> >
> > >> > 2. webbot-self i think this have to be with the server extensions and
> > >> > ftp
> > >> >
> > >> >
> > >>
> > >>
> > >>
> >
> >
> > |
|
| Back to top |
|
 |
Spike External

Since: May 05, 2007 Posts: 11
|
Posted: Fri Jul 13, 2007 7:50 pm Post subject: Re: how do i set my webpage to apper on the center of the webbrows [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I was able to make it work on a simple page. With a more complex page it
does not work for me either
Spike
"Cherie" <Cherie.RemoveThis@discussions.microsoft.com> wrote in message
news:25309D18-A972-4F6F-BBA6-33F3996056FF@microsoft.com...
> I've been following your thread regarding the problem of centering my
> publisher 2007 web page. I tried your fix. It didn't work. My graphics
> disappeared and the page didn't center. What did I do wrong?
>
> "juantrix" wrote:
>
>> hi davidf thanks i tried something i changed the page so in <Head> , i
>> add
>> <center>
>> then i change one line from absolute to relative and it worked thanks for
>> the help
>>
>> juantrix
>>
>> "DavidF" wrote:
>>
>> > Sorry, if that doesn't work for you, then you will need to switch to a
>> > different host....or different software. I would suggest spending the
>> > few
>> > dollars a month and go with paid hosting....but that is me.
>> >
>> > DavidF
>> >
>> > "juantrix" <juantrix.RemoveThis@discussions.microsoft.com> wrote in message
>> > news:88E8D7FA-20E3-4689-95DF-6D0F489D9D53@microsoft.com...
>> > > hi davidf i tried this but wath happen is that all the images and
>> > > bars
>> > > when
>> > > down in the page and the text just remained where it was.
>> > > i also tried with <center> and the pages when to the rightside
>> > > is there any other option
>> > >
>> > > "DavidF" wrote:
>> > >
>> > >> Your best bet is to pay for a hosting service instead of using the
>> > >> free
>> > >> service by GoDaddy. With that said this workaround was posted by
>> > >> Troy:
>> > >>
>> > >> "Instructions for publishing to an ad-supported free web site
>> > >> through
>> > >> GoDaddy using MS Publisher
>> > >>
>> > >> 1. Publish website to folder on local computer first
>> > >> 2. Open "index.htm" in browser window
>> > >> 3. Under the "Page" pulldown menu, select "View Source." This
>> > >> displays a
>> > >> ..txt file, showing the html code.
>> > >> 4. Using find & replace (under the "edit" menu), search for the
>> > >> first
>> > >> instance of the word, "absolute" in the html code, and replace it
>> > >> with
>> > >> the
>> > >> word "relative."
>> > >> 5. This process must be repeated for each page individually, by
>> > >> navigating
>> > >> to each locally-published page from within a web browser, viewing
>> > >> the
>> > >> source
>> > >> html code, replacing the first instance of "absolute" with
>> > >> "relative,"
>> > >> then
>> > >> saving the file before navigating to the next page.
>> > >> 6. Once finished making changes, the locally saved "index.htm" file
>> > >> and
>> > >> accompanying folder must be copied and pasted, via ftp client to
>> > >> your
>> > >> GoDaddy
>> > >> website, and "voila," you should be up and running!"
>> > >>
>> > >> If you are also asking how to get the forms to work in Publisher,
>> > >> you are
>> > >> correct, you need FPSE. You won't get those with a free hosting
>> > >> service.
>> > >>
>> > >> DavidF
>> > >>
>> > >> "juantrix" <juantrix.RemoveThis@discussions.microsoft.com> wrote in message
>> > >> news:AA62D64B-C951-4B90-8CAF-7D975EA7A986@microsoft.com...
>> > >> > sorry iam new to this a creted a small webpage i use publisher
>> > >> > 2007
>> > >> > and
>> > >> > ftp
>> > >> > from explorer to publish it to the web but i have to problems
>> > >> >
>> > >> > 1. i need to center the page so when is shown in the web browser
>> > >> > its in
>> > >> > the
>> > >> > center of the page. like www.yahoo.com
>> > >> >
>> > >> > when i use a webbrowser with good resolution the pages is shown
>> > >> > align
>> > >> > to
>> > >> > the
>> > >> > left of the page and on the right side there is a white space to
>> > >> > the
>> > >> > right
>> > >> > like on www.terra.com
>> > >> >
>> > >> >
>> > >> > 2. webbot-self i think this have to be with the server extensions
>> > >> > and
>> > >> > ftp
>> > >> >
>> > >> >
>> > >>
>> > >>
>> > >>
>> >
>> >
>> > |
|
| Back to top |
|
 |
LaymanTalk

Joined: Sep 10, 2009 Posts: 6
|
Posted: Fri Sep 11, 2009 1:15 am Post subject: Re: how do i set my webpage to apper on the center of the we [Login to view extended thread Info.] |
|
|
| juantrix wrote: |
sorry iam new to this a creted a small webpage i use publisher 2007 and ftp
from explorer to publish it to the web but i have to problems
1. i need to center the page so when is shown in the web browser its in the
center of the page. like www.yahoo.com
when i use a webbrowser with good resolution the pages is shown align to the
left of the page and on the right side there is a white space to the right
like on www.terra.com
2. webbot-self i think this have to be with the server extensions and ftp |
I can only help on centering the page. (It is now September 2009, so you might have solved your problem.)
I don't know HTML; that's why I'm using Publisher 2003. So . . . here's a non-technical solution that I stumbled upon by clicking around Publisher (as a precaution, before trying this, rename your web layout file so your current version remains intact):
1- Click File, then Page Setup.
2- Under Layout, select Custom.
3- In the Width box, enter a horizontal measurement that is wider than your current setting. (This is trial and error; I changed my width from 8 inches to 10 inches.)
4- Now group the design elements in your web page and move them to the right (see next steps), so that the right edge of the layout touches the right edge of the enlarged white work area (in my case, it’s the 10-inch mark).
5- To group, hold down the Shift key, click the elements, then click Arrange, then Group. (Do just a few elements to test the centeredness in Steps 6-8, then do the rest of the layout/pages.)
6- To move a group, hover your cursor over the boundary of a group until you see the omnidirectional arrow symbol. Click and drag the group until the right boundary touches the right edge.
7- Now ungroup the elements so the layout can be seen on the web. To ungroup, click anywhere in the group, then click Arrange and select Ungroup.
8- Check the result by clicking File, then Web Page Preview. Adjust the page width if needed, move the elements again, then try viewing again.
This is kind of tedious, but it works. Here's my now-centered website: www.cumberlandumcflorence.org.
Hope this helps. |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|