I need to know how to center a text
I want to print a bible text for a lesson I am doing on Sunday, but can not get the text centered. It keeps cutting off the right side of paper.I have tried making it smaller , that does not work. Please help.
Status:
Open Feb 20, 2008 - 05:15 AM
html
6answers
Answers
Feb 20, 2008 - 06:01 AM
Is this for a website or in word processing software like Microsoft Word?
If you are working in Word, there should be a ruler on the top with little arrows available where you can set the margins. Make sure the right margin is set within the printing area.
Aug 22, 2008 - 01:04 AM
i m agree with john2 about microsoft word and if you are using html than go to table if table exist into your document than write after table align="center" or you can do it same with if div is using for your text.
Mar 02, 2009 - 02:12 AM
Sounds like your problem is to do with printing from a web page since it just doesn't print the right hand side of the page. This is because web pages are not usually designed with printing in mind.
There are two options:-
Go into the Page Setup options by clicking on File-> Page Setup and set the paper orentation to Landscape.
Or
Highlight the bit of text you want to use, click on Edit -> Copy, then open a new document in your word processor and click Edit -> Paste.
Once in your word processor document you can change the layout of the text to fit your printer.
Mar 24, 2009 - 06:48 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
Apr 14, 2009 - 05:08 AM
align="center"
Apr 24, 2009 - 06:18 AM
3 ways
First
use align="center" in your HTML control properties
Second
Third
using CSS
in your css class you can give
style="align:center;"
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment