Can I prevent certain words from being hyphenated or split?

I have a client that is real picky about the title of their business which is 2 words from being separated with the first word on one line and the next word on the line below.  There are other times like names of people that will get hyphenated and they dont want that either.  I know I can turn off all hyphens but I still want them, just not with certain words.  Is there a way to control both of these?

Hello,
Just to throw in another option, I sometimes do this through find and change.
I just type the word in the Find what field that I don't want to hyphenate,  and then I go to the change format area on the bottom of the dialog box and click the no break check box in the basic character formats area,  and then I change all in the document.
Hope that helps too..
babs

Similar Messages

  • How can I prevent my images from being copied?

    This is a perennial question, but the simple answer is that you can't. It's impossible.
    Don't believe snake oil adverts for products that claim to prevent images from being copied. Once an image is displayed on a computer, there are numerous ways of copying it. "Solutions" that prevent users from right-clicking or pressing Print Screen can be disabled by turning off JavaScript in the browser; and screen grabbing software can easily make a copy of an image.
    If you want to show your photography on the web, but don't want others to steal your images, consider the following options:
    Add a watermark to your images.
    Embed copyright information in the metadata of your images.
    Save images at low resolution (72dpi is standard on the web, but useless for printing).
    The following image uses all three techniques:
    You can create a Photoshop action to watermark images. Use the File Info dialog box in Bridge CS4 to add copyright metadata to your images.

    I asked a question. Hans was kind enough to give me a solution, and for that I thank him! I have also learned a little more in the process!
    We have already established that the solution stops people right clicking on an image and saving the image (be it in Windows Explorer or not), but it has also been established that it is by no means a fool proof way of protecting images and that there are other ways of copying images from a webpage. However, it is another level of protection.
    Unfortunately, I do not want to watermark my images as I do not like looking as watermarked images myself. I also downsize my images for the web. I was just looking for another level of protection.
    Thanks for the input anyway!

  • Can I prevent my email from being viewed while allowing kids to use iPad?

    I like to let my kids use the iPad but I don't want them to have access to my email. Is there any way to prevent that?

    Not directly, no. But there is a little bit of a hack that works.
    See the article here: http://geekdept.com/restricting-access-to-email-on-ipad/
    or the Forum thread it references here: https://discussions.apple.com/thread/2669477?start=0&tstart=0

  • How can I prevent my computer from being slow? Why does it go slow when I click anything on my Mac?

    My computer is giving me more issues everyday. Its constantly getting slower and slower. I am afraid it will not turn on one day because it barely turns on and off. I can't click anything without waiting a 2 minutes for anything on my dash to load or on my computer in general or even when I'm online.

    Hi Brittany,
    First question: do you have at least 15% free space on your HD?

  • TS3714 Every time the month advances, my calendar for 2 months ago clears. The app only displays 2 months of events? How can I prevent my programing from being deleted?

    I don't think the recurring exchange calenddar events deleted fixes my issue. I have no program on my windows computer either to back up my calendar to and the icloud just suggests I download outlook 2007 (pricey). I don't want to lose any more events in previous months! someone please help me

    Go to Settings>Mail,Contacts,Calendars and scroll down to the Calendars section, tap Sync and set this to a longer time period.

  • Can I prevent certain tracks being uploaded?

    Hi there,
    I am mainly interesting in using itunes match to upgrade the audio quality on files I ripped ages ago (128bit).
    However, I also have a large number of large files that won't be in the iTunes Store / Library, such as DJ sets that I have mixed myself, or some rare ambient works.
    These tend to be large files and I don't really want them to be uploaded.
    What I want to do is prevent certain songs (e.g. those over 30 minutes long) from uploading - I don't mind if the result is that they are not matched.
    This way, the other CD ripped tracks that are currently "waiting" (presmably until the other, large files are uploaded) can be matched.
    Any ideas?

    At this time the only sure way to prevent certain tracks from being matched or uploaded is to remove them from the iTunes library. It is possible to change the type of the tracks to, say, audio books or podcast but in my experience that is not as successful as it could be and can cause a few small glitches down the line.
    So I would suggest you remove the tracks you don't want matched or uploaded from your library, enable iTunes Match and let it do its thing. Then add the other tracks back to the library at your leisure.

  • Protecting certain backups from being deleted?

    say, i have a time machine backup. and its running full. the oldest backup i have is on 20th december 2010. i wanna know if there's a way to prevent that or other certain dates from being deleted?

    auturmis wrote:
    say, i have a time machine backup. and its running full. the oldest backup i have is on 20th december 2010. i wanna know if there's a way to prevent that or other certain dates from being deleted?
    No.
    As Matt says, it sounds like you may be doing something rather dangerous. Please clarify just what's going on, and we can provide some help.

  • How can i prevent my pro from over heating?

    How can i prevent my pro from over heating?

    Don't use the computer in your lap, or on a blanket or pillow. The case bottom is part of the heat dissipation system so it needs air underneath. If you must use the computer in your lap, get a lapboard. There are cheap, even more so if you make one yourself.
    If the computer is a older MBP with silver keys, avoid "clamshell" mode when using an external monitor. Those models let a lot of heat escape through the keyboard. The black-key Unibody versions don't seem to rely so much on the keyboard as a vent.
    Like eww said, what feels hot to you may not threaten the computer's well-being. Get a temperature monitoring utility. I like this one:
    http://bresink.com/osx/TemperatureMonitor.html
    It runs politely in the background and puts the readout in the menubar:
    so you don't have to invoke Dashboard like some other temp monitors require. As Dashboard loads all its widgets as soon as it's invoked, the extra widget processes can run up the temps and you don't get a true average use temp.
    If you use Dashboard a lot, those processes stay active after the first launch and can eat processor cycles as well as increase temps. I use DashQuit, a widget that shuts down Dashboard when I'm done without requiring a computer restart. It's here:
    http://www.apple.com/downloads/dashboard/status/dashquit_berenguierduncan.html

  • How to lockdown and prevent add-ons from being installed?

    Hi. I'd like to lockdown an installation of Firefox on a Win XP computer, to prevent add-ons from being installed by limited account users. How do I accomplish this please?

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    lockPref("xpinstall.enabled", false);

  • Preventing expired batch from being sold

    Currently in one of our client's setup, I can select expired batch from the list of items. Is there a way to prevent expired items from being selected when creating sales order (VA01) or, if the user can select the expired item, at least display an error or warning message?

    Hi,
    Do try making the batch in resticted use in change batch basic data1 tab,activate radio button of batch status for Batch restr.
    It makes
    Batch in Restricted-Use Stock
    Specifies that the batch is included in restricted-use stock.
    Use
    If, though a batch has the status "restricted", you want to use a goods movement to post a quantity to unrestricted-use stock, the quantity is posted to restricted-use stock and not to unrestricted-use stock.
    If the status of a batch is set to restricted, the total unrestricted-use stock is transferred to restricted-use stock by means of a transfer posting. A material document is created.
    You cannot change the status of a batch (unrestricted/restricted) in a goods movement, only with the following functions:
    by maintaining the batch master record manually
    using the control function provided in the QM system
    Configurations for Restricted-Use Stock
    For planning purposes, restricted-use stock is treated like blocked stock, that is, it is either available or not available, depending on your system configuration.
    Withdrawals from restricted-use stock are either possible or not possible, depending on your system configuration.
    The status of a batch can be considered in batch determination, that is, you can search for unrestricted or for restricted batches.
    _(This has been adopted from SAP documentation.)
    Change batch T.code-*MSC2n*Regards,
    Reddyy

  • I lost my iPhone....no ap to locate it...can i prevent the thief from using it at very least

    I lost my Iphone. It's gone forever probably. New Iphone enroute. However I would like to make sure the person who stole it cannot use it. Is there a way to do that because I'm sure my sim card has been removed and they are probably trying to clear and prep the phone for their own use.
    The fact that there is a serial number associated with the phone, hopefully gives me some way to track the phone or register it so that it can't be used.

    Sorry, there is no way to do that. The best you can hope for is if your carrier offers blacklisting(some do, some don't). If your carrier doesn't offer blacklisting, there is no way to prevent the phone from being used.

  • Is there anyway to set a passcode for my iPhone/iPad, but prevent the device from being disabled?

    My wife and I have iPhones, and also have an iPad. We also have three children, and recently they have been trying to guess our passcodes so that they can watch videos and play games. Trouble is, after 10 attempts, the device will disable for 60 seconds, and then if the 11th attempt is wrong, the device will disable for 5 minutes, etc. My iPad is currently disabled for 60-minutes. Grrr.
    Is there anyway to set a passcode to keep the children out, and yet prevent the device from being disabled on successive attempts? I realise that this feature is there to protect our devices from brute-force attacks, but we are being penalised, in that our devices become disabled for a period of time.

    Well, so you have to ask: Is the problem your iPad or your children? Another question: If they're not to watch videos or play games, then why are they on the iPad in the first place?
    Obviously you already know the answer to your question; there is no way to set it up the way that you want to. If you nonetheless feel that you should be able to do that, then put together your best case for it and make your wishes known directly to apple via their established Feedback links:
    http://www.apple.com/feedback/ipad.html
    Posting here is no substitute for doing that

  • How to prevent certain Users from deleting a resource while in the project?

    We are currently using P6.2 client; We are setting up a new resource dictionary and have been searching to find a way to prevent certain users from deleting resources while in the project. Is there a way to do that? I have created Global profiles and Project profiles under the Admin security profile and have tried clicking off of rights to delete a resource but when I log into as that user I can still delete the resource. Please Help!

    Are you talking about preventing users from deleting resource assignments within a project? Or preventing them from deleting resources from the global resource dictionary?
    For global resource dictionary in Global Profile you would turn off:
    -Delete Resources
    And likely:
    -Add resources
    -Edit Resources
    -Edit Roles
    -Edit Resource Calendars
    For resource assignments on activities in Project Profiles you would turn off:
    -Add/Edit Project Activities Except Relationship
    Note: this will disable more then just the ability to alter resource assignments.

  • Office 365 AAD Password Writeback not working; Event Viewer Error: 0x80230619 (A restriction prevents the password from being changed to the current one specified.)

    Hello all,
    I'm currently setting up a Proof Of Concept setup with directory synchronisation and password syncing to Office 365, leveraging AAD Premium for the password reset and password writeback to on premises
    AD functionality. Directory Sync + Password Sync is working flawlessly with the AADSync tool. However, upon requesting a password reset for a user, I'm hitting a password writeback error. The webpage states that the password does not meet the password
    complexity policy, while it does. I can set that particular password for that account at the on premises AD without any problem.
    In the event viewer at the AADSync server, I'm seeing this Error pop up whenever I try to reset the password:
    An unexpected error has occurred during a password set operation.  "BAIL: MMS(4032): ..\server.cpp(11003): 0x80230619 (A restriction prevents the password from being changed
    to the current one specified.) Azure AD Sync 1.0.0475.1202"
    My Setup:
    Windows Server 2012 AD with a single forest
    Seperate domain joined Windows Server 2012 for AADSync tool
    AADSync version 1.0.0475.1202 with options password sync, password writeback enabled
    Service account for AADSync tool with Replicating Directory Changes and Replicating Directory Changes All permissions
    on root AD forest structure with inheritance to all objects. This account also has the permissions to Change Password and Reset Password on all descendant
    User Objects.
    AAD Premium for my office 365 tenant
    AAD Premium licenses for the test users and the office 365 account used to sync to Office 365. This account is also Global Admin.
    Could anyone help me with this? Is there something I’m missing here? My guess is that the AAD is not trusted or the service account for AADSync tool does not have the proper permissions. I’ve tried
    many options, like setting the AADSync Service account to Enterprise Admin or granting the service account Full Control over that particular user.

    Concerning my issue:
    The Default Group Policy setting: Minimum Password Age is set at 1 day. As I was testing this feature with new users, their provisioned passwords were less than 24 hours old and the Minimum Password Age of 1 prevented the change of the password.
    After changing this to 0 days in the Default Group Policy, my password resets started working for newly created users. While this might not have affected existing users in production, it had me looking and searching for permission issues on my AD.
    So for those that might be experiencing ADSync Event ID 6329 and PasswordResetService Event ID 33008 Errors when trying to do a Password Reset using AAD Premium with Password Writeback, it might be helpful to check the applied password policy.
    The issue is solved.

  • [svn:osmf:] 14598: Fix FM-500: reinstating onMetaData handler clause that prevents incoming dimensions from being applied if they are not different from the dimensions that were already set .

    Revision: 14598
    Revision: 14598
    Author:   [email protected]
    Date:     2010-03-05 02:13:40 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix FM-500: reinstating onMetaData handler clause that prevents incoming dimensions from being applied if they are not different from the dimensions that were already set.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-500
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamDisplayObjectTrait.as

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

Maybe you are looking for