What happened to page count, word count and the toolbar at the top?

Is there any way to edit the toolbar so that when I want to switch fonts I don't have to keep opening the toolbar on the side? (Is there anyway I can get the toolbar from the previous version back?)
Also, is there a way for the page count and word count to show up and stay there for future documents? I had the word count appear and tried to save that as a template but when trying to open up new documents I have to go back and make it so the word count shows up again.

What Peter said.
Is there any way to edit the toolbar so that when I want to switch fonts I don't have to keep opening the toolbar on the side?
Yes. Menu > View > Customize Toolbar... drag/drop the Fonts icon adjacent to the Comments icon on the Toolbar. The Fonts icon now becomes a toggle to show/hide the Fonts toolbox, which you could also produce with a command+T.
(Is there anyway I can get the toolbar from the previous version back?
No.
Also, is there a way for the page count and word count to show up and stay there for future documents
No. Available via Menu > View > Show Word Count. This produces a floating box at the bottom of your document. When you roll over it with your mouse, you have a selection of words, characters, and paragraphs. The word count excludes spaces.

Similar Messages

  • I have 5.0 What happened to right-click a tab and the Save as bookmark option?

    I have 5.0 What happened to right-click a tab and the Save as bookmark option?

    "Bookmark This Page" can be accessed via the right-click context menu of that browser page or via "(Firefox) > Bookmarks > Bookmark This Page".
    *https://support.mozilla.com/kb/how-do-i-use-bookmarks

  • PS CS6 - What happened to Page Setup?

    Please help - I'm about to bang my head on the desk in complete frustration, and it shouldn't be this difficult!!
    What happened to Page setup in CS6?  I'm trying to print a document with canvas size 11x17.  When I try to print, the media box is listed at 8.5x11.  There is no obvious way to change it, and Page Setup is no longer in the file menu, or on the dialog box.
    Here's a video demonstrating my attempts - http://screencast.com/t/n5Uuae3zSzTc
    Please help!!!!
    Many thanks.

    Change the page size in print settings. But some printer drivers require that you save custom print sizes as a preset before they'll tell the application about the custom page size (lame, but that's printer drivers for ya).

  • I want to use my ipad to display song lyrics. I have all the lyrics on my computer in Word format and want to know the easiest way to convert them to my ipad and what apps I should use..

    I want to use my ipad to display song lyrics. I have all the lyrics on my computer in Word format and want to know the easiest way to convert them to my ipad and what apps I should use.

    I would just leave them in Word...GR reads many formats very easily.
    If our goal is to work on/edit the files it may be useful to look into something like Pages if you have a Mac, and the Pages for iOS devices so you could use the same word processor on both machines.
    But if you convert the Word to PDF and then use GR you can still edit the files...GR will edit and annotated PDF files rather easily.

  • How do I port my Windows Word, Excel, and Powerpoint files to the MAC?  What software is needed on the MAC to use them?  Thanks.

    How do I port my Windows Word, Excel, and Powerpoint files to the MAC?  What software is needed on the MAC to use them?  Thanks.

    You can certainly use iWork, though I hesitate to recommend it to a seasoned Windows user simply because it would add another level of the unfamiliar with which you would have to gain familiarity. The iWork applications are certainly very competent and in most respects both easy to use and surprisingly powerful. They are not 100% compatible however, though that typically manifests itself in document formatting issues rather than anything more significant.
    I have never attempted to import emails from a Windows system into MacOS - other than in Outlook connected to an Exchange server, thus not really an issue at all. I doubt that the Mail app in MacOS can import directly, but of course you could always set the account(s) up on the Mac and then forward emails you want to keep from the PC. Not elegant, but it works. Virtually any Windows document or file, whichever application created it, can be opened or converted for use on a Mac, and using both systems on my desk each day I rarely see any issues switching stuff from one machine to the other. You may stumble over one or two issues, but likely not significant.
    In switching platforms there will be some inevitable issues, not so much with being able to import your stuff because there's usually a workaround or a utility that can help, but just with getting familiar with the platform and the differences between Windows and MacOS that can obscure their similarities. From time to time the support community here hears from a user who has found the migration very problematic and regrets it, but for the most part the phrase 'I should have done this years ago...' is rather more prevalent!

  • Do I need Java 8 or should i disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    Do I need Java 8 or should I disable it? What happens if i disable it? And what is the difference between Java and Java Runtime?

    There's no difference. They're both runtime plug-ins (they run when an app calls for Java functions).
    You only need Java if you either have Java apps on your Mac that won't run without having it installed, or you use trusted web sites that require Java to function (getting fewer and far between). Otherwise, you have no need for it at all.

  • What happen to my movie it disappear and what my song that partly What happen to my movie it disappear and what my song that partly down load . Is this all I can get for iTunes support! load . Is this all I can get for iTunes support!

    What happen to my movie it disappear and what my song that partly down load . Is this all I can get for iTunes support!

    No offence but how on earth is anyone meant to help with your problem when your post makes no sense and contains no information??

  • After downloading Pages upgrade I now can only open Word docs and not any of the Page docs I've saved.???

    After downloading Pages upgrade I now can only open Word docs and not any of the Page docs I've saved.???

    Which version are the document's in?

  • What happens to my apps, iTunes card, and iCloud storage if I change my Apple ID?

    What happens to my apps, iTunes card, and iCloud storage if I change my Apple ID?

    Depends upon what you mean by change.
    If you update your existing account to have a new primary email address then you shouldn't lose any of the account's past purchases, balance, or iCloud storage - you may have to log out of the old version of your account by tapping on it in Settings > iTunes & App Store and then log back in with the updated version, and similarly for iCloud (Settings > iCloud > Sign Out).
    If you create a new account then your existing account's purchases, balance and iCloud storage will remain tied to the existing account, you can't transfer them to a new account or merge the new account with the old one.

  • What happens when we delete trillion records and issue a commit.

    Q1. what happens when we delete trillion records and issue a commit and also is there any way to calculate that how much time this commit will take to complete the process?
    Q2. how do interpret the oracle execution plan?
         cost, cardinality, rows, etc...

    dba wrote:
    Q1. what happens when we delete trillion records and issue a commit and also is there any way to calculate that how much time this commit will take to complete the process?Since you're modifying the blocks, Undo will be generated for the modified data and change vector will be recorded in the redo log buffer.(and surely your records will be deleted ;) )
    The timing of a Commit doesn't depend on the size of transaction.
    dba wrote:
    Q2. how do interpret the oracle execution plan?
         cost, cardinality, rows, etc...Oracle documentation should help you, just google for that. You should also visit 'asktom.oracle.com' for the topic. I'm going through a book 'Troubleshooting Oracle Performance' written by Christian Antognini and I feel it contains very good explanation on such topics.
    Regards,
    S.K.

  • What happens if i erase all content and settings?

    I want to restore my iphone again on itunes, what happens of i erase all content and settings?

    Erasing all content and settings will set your iPhone up just as if you took it out of the box software-wise.  It will go into setup mode - ask you for a WiFi network to join, ask for your Apple ID, set up the telephone, and then ask if you would like to set up as new or restore from a backup.

  • HT4910 What happen if i lost my iphone and i cant get in on my icloud, it says that i have a valid apple id but i dont have acces to the icloud

    What happen if i lost my iphone and i cant get in on my icloud, it says that i have a valid apple id but i dont have acces to the icloud

    Hi tinashah817,
    Was this book downloaded using iBooks, or from another application? If it was from iBooks you will need to install that application to delete it.
    See this article about managing your iBooks library on your iPhone -
    iBooks: Tips for managing your iBooks library and storage on iOS devices
    http://support.apple.com/kb/HT5544
    Once the book has been deleted from the iPhone you can uninstall the iBooks application if you so desire.
    How do I uninstall an app?: Apple Support Communities
    https://discussions.apple.com/thread/4392015
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I currently have LR 5.7 and am interested in getting upgraded to LR 6. If I get the package LR and CC what happens to my LR 5.7 and the library I have on it now??

    What happens to my LR 5.7 and it's library if I get the package LR and CC?

    Back up your music and install from the website. You probably won't need to do this, but if your library is erased, restore it from the backup.
    (59049)

  • HT5628 What happens to all of my files and what will happen to my iwork apps if I decide to switch to windows

    I have recently wanted to switch to the windows platform so I could get more games from steam.  I was wondering what happens to all of my files and what will happen to Mac apps like iwork.  Will I have to purchase the microsoft version?

    Nothing happens to your files and "Mac apps". You install Windows on a new partition separate from OSx. Read the Boot Camp manuals. http://www.apple.com/support/bootcamp/

  • HT5787 what happens when someone sell second iphone and does not give you the correct password

    what happens when someone sell second iphone and does not give you

    If you are talking about activation lock you are out of luck. Without that information you cannot activate the device and have just lost your money. Unless you can find the person and get your money back.

Maybe you are looking for

  • Depreciation not displaying line items

    hi all, While running depreciation run in test mode no line items are displayed and no errors are there if we see error log what could be the reason plz. tell me and in if run in real mode the values are posted but books are not updated plz. help me

  • USB 5.1 Sound card

    Hello, I've got sound card - 14134 5.1 External Surround Sound Card, arch see that card but i cant change output voice on that card. Dont know what i should post here more to take help. Please help me.

  • Heterogeneous Services and OLE DB

    Has anyone successfully created a database link using Oracle hsolesql.exe and an OLE DB provider. I have been experimenting, unsuccessfully, using Oracle 8.1.6 and the Microsoft.Jet.OLEDB.4.0 provider. I would appreciate any advice, suggestions tips

  • Stop billing(sales) for a particular storage location.

    Dear experts,           How can we stop billing to the customers completely for a particular storage location. please suggest... thanks in advance. Regards

  • Viewing by keyword in Aperture

    Hello everyone, I'm the new proud parent of a 17" Macbook Pro and I've been playing around with Aperture quite a bit. I've imported my photos and have been tagging them, which is really cool! I've looked through the help guides a lot, which are incre