Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
K McDonald
 
Posts: n/a
Default How do I put header and not page number on first page?

I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but nothing
works. What am I doing wrong? Thanks.

Kathleen
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP
 
Posts: n/a
Default How do I put header and not page number on first page?

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen



  #3   Report Post  
Posted to microsoft.public.word.pagelayout
K McDonald
 
Posts: n/a
Default How do I put header and not page number on first page?

It worked. THANK YOU!!!!

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #4   Report Post  
Posted to microsoft.public.word.pagelayout
Glenda (The Good Confused Witch) Glenda (The Good Confused Witch) is offline
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

I have the same problem regarding the above. I have no idea what you mean by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #5   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How do I put header and not page number on first page?

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you mean
by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen








  #6   Report Post  
Posted to microsoft.public.word.pagelayout
Jonathan Jonathan is offline
external usenet poster
 
Posts: 26
Default How do I put header and not page number on first page?

Hi Doug - Hope you're still around - these first postings went up 3 years ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success. could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you mean
by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen






  #7   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default How do I put header and not page number on first page?

The easiest way to do this is to enable "Different first page," then leave
the First Page Footer empty. No code necessary unless you're wanting
numbering to start on the second page and the number of pages to omit the
first page. In that case, you can insert a section break between the first
and second pages, unlink the footer, restart numbering (or start at 0), and
use the SectionPages field instead of NumPages.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jonathan" wrote in message
...
Hi Doug - Hope you're still around - these first postings went up 3 years
ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success.
could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold
down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl
key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you
mean
by
"field construction in the Header", and "field delimiters"??? But I
know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the
same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen








  #8   Report Post  
Posted to microsoft.public.word.pagelayout
Jonathan Jonathan is offline
external usenet poster
 
Posts: 26
Default How do I put header and not page number on first page?

Gee, it was that easy... ! :-)
Thanks!
Jonathan

"Suzanne S. Barnhill" wrote:

The easiest way to do this is to enable "Different first page," then leave
the First Page Footer empty. No code necessary unless you're wanting
numbering to start on the second page and the number of pages to omit the
first page. In that case, you can insert a section break between the first
and second pages, unlink the footer, restart numbering (or start at 0), and
use the SectionPages field instead of NumPages.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jonathan" wrote in message
...
Hi Doug - Hope you're still around - these first postings went up 3 years
ago!

My question is a further extention of your feedback:
I want the text 'Page x of total pages' to appear as a right-justified
footer beginning on the second page.
I've been playing around with a few coding options...without success.
could
you please help me out of my dilemma?
Thanks!
Jonathan

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold
down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl
key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you
mean
by
"field construction in the Header", and "field delimiters"??? But I
know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the
same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen









  #9   Report Post  
Posted to microsoft.public.word.pagelayout
David DC David DC is offline
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

Thanks for the tip, it left the first page number off as stated. Is there a
way to remove the second page number also, so page number 3 begins the number
dispalayed but still counts all the pages within the document? e.g. page 3
begins with 3 and pages 1 & 2 are blank.

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same on
every page and start numbering on the second page. When I uncheck "number
first page" in the footer, it also deletes the header from the first page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen




  #10   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default How do I put header and not page number on first page?

Did you try { IF { PAGE } 2 { PAGE } }?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"David DC" David wrote in message
...
Thanks for the tip, it left the first page number off as stated. Is there
a
way to remove the second page number also, so page number 3 begins the
number
dispalayed but still counts all the pages within the document? e.g. page 3
begins with 3 and pages 1 & 2 are blank.

"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K
wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen








  #11   Report Post  
Posted to microsoft.public.word.pagelayout
Jing Jing is offline
external usenet poster
 
Posts: 1
Default How do I put header and not page number on first page?

Yes. The easier to way to do is to first uncheck "different first page", and
then use page break/ section break. After having the first number on both the
cover page and first page, you choose to click enable/ check "different first
page", so you can remove the number on the cover page and keep the first
number on your first page.

Hopefully, this is clear enough. I did it by using this way.
  #12   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default How do I put header and not page number on first page?

Why in the world would you go to that much trouble when "Different first
page" already achieves what you want?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Jing" Jing @discussions.microsoft.com wrote in message
...
Yes. The easier to way to do is to first uncheck "different first page",
and
then use page break/ section break. After having the first number on both
the
cover page and first page, you choose to click enable/ check "different
first
page", so you can remove the number on the cover page and keep the first
number on your first page.

Hopefully, this is clear enough. I did it by using this way.


  #13   Report Post  
Posted to microsoft.public.word.pagelayout
keevers keevers is offline
external usenet poster
 
Posts: 2
Default page numbering

hi, im doing a thesis and i need to keep everything in the same word document
but want the page numbering to begin on page 4 but to say that its page 1. in
other words, i dont want a header on the cover page or the title page, etc. i
tried putting in the code you have above, but cant manage to hide the code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C

  #14   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default page numbering

Using Ctrl+F9 to insert each pair of field delimiters, use the following
field construction:

{ IF { PAGE } 3 { = { PAGE } - 3 } }

To toggle off the display of the field codes, use Alt+F9

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C


  #15   Report Post  
Posted to microsoft.public.word.pagelayout
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default page numbering

If your thesis will need to have a TOC, don't use the field construction
Doug provided; instead see
http://word.mvps.org/FAQs/Formatting...rontMatter.htm (Word 2003 and
earlier) or http://www.word.mvps.org/FAQs/Format...atter_2007.htm,
as
appropriate.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C





  #16   Report Post  
Posted to microsoft.public.word.pagelayout
keevers keevers is offline
external usenet poster
 
Posts: 2
Default page numbering

you're a superstar, thank you!

C

"Doug Robbins - Word MVP" wrote:

Using Ctrl+F9 to insert each pair of field delimiters, use the following
field construction:

{ IF { PAGE } 3 { = { PAGE } - 3 } }

To toggle off the display of the field codes, use Alt+F9

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"keevers" wrote in message
...
hi, im doing a thesis and i need to keep everything in the same word
document
but want the page numbering to begin on page 4 but to say that its page 1.
in
other words, i dont want a header on the cover page or the title page,
etc. i
tried putting in the code you have above, but cant manage to hide the
code,
am i supposed to be typing it straight into the header field?

thanks for your help,

C


  #17   Report Post  
Posted to microsoft.public.word.pagelayout
Ben Ben is offline
external usenet poster
 
Posts: 54
Default How do I put header and not page number on first page?

I have tried this and it does not work. What am I doing wrong?

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you mean
by
"field construction in the Header", and "field delimiters"??? But I know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen






  #18   Report Post  
Posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How do I put header and not page number on first page?

Have you followed the step by step approach that was given?

Or are you merely typing { IF { PAGE } 1 { PAGE } } directly from the
keyboard.


--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"Ben" wrote in message
...
I have tried this and it does not work. What am I doing wrong?

"Doug Robbins - Word MVP" wrote:

By field construction, I mean the following combination of fields

{ IF { PAGE } 1 { PAGE } }

To give you a step by step approach, Type

IF PAGE 1 PAGE

Then in turn, select each of the words PAGE and with it selected, hold
down
the Ctrl key and press F9

You will then have

IF { PAGE } 1 { PAGE }

Now select all of the above and with it all selected, hold down the Ctrl
key
and press F9, you will then have

{ IF { PAGE } 1 { PAGE } }

Hold down the Alt key and then press F9 to hide the field codes.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Glenda (The Good Confused Witch)" Glenda (The Good Confused
wrote in message
...
I have the same problem regarding the above. I have no idea what you
mean
by
"field construction in the Header", and "field delimiters"??? But I
know
how to toggle



"Doug Robbins - Word MVP" wrote:

Use the following field construction in the Header

{ IF { PAGE } 1 { PAGE } }

You must use Ctrl+F9 to insert the field delimiters { } and Alt+F9 to
toggle
off their display.

If you wanted the number to start from 1 on the second page, use

{ IF { PAGE } 1 { = { PAGE } - 1 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"K McDonald" K wrote in message
...
I need to set up a document (no section breaks) with the header the
same
on
every page and start numbering on the second page. When I uncheck
"number
first page" in the footer, it also deletes the header from the first
page.
I've tried inserting the footer/page number and then the header, but
nothing
works. What am I doing wrong? Thanks.

Kathleen







Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:57 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"