Welcome toWord.Tips.Net
Ask a Word Question
Make a Comment
Learn Access Now
Free Printable Forms
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips
Collapsing and Expanding Subdocuments
For the last several versions of Word, you've been able to easily add full-page borders to your documents. For those with PostScript printers, you may want to consider a different way to add a full-page border—through the use of PostScript commands.
You can easily add a full-page border by using a Print field code in your header or footer. Every page that uses the header or footer will show the border. The following command, when placed in a field in your header or footer, will print the border:
Print \p page " /Lsize 1 def /Left .5 def /Right .5 def /Top .5 def /Bottom .5 def /BeginX Left 72 mul def /BeginY 11 Top sub 72 mul def /WidthBox 8.5 Right sub Left sub 72 mul def /HeightBox 11 Top sub Bottom sub 72 mul def Lsize setlinewidth BeginX BeginY moveto WidthBox 0 rlineto 0 HeightBox neg rlineto WidthBox neg 0 rlineto closepath stroke "
There are a few variables in this code which you should adjust. These are the values assigned to Lsize, Left, Right, Top, and Bottom. Lsize represents the thickness, in points, of the actual line used to draw the border. In this example, the thickness is set to 1 point. The values right after the variable names Left, Right, Top, and Bottom represent the number of inches to leave from the paper edges to the border.
Tip #407 applies to Microsoft Word versions: 97 2000 2002 2003 2007
Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.