Simple question: mode page letter format how can I add a second page?

I looked and looked, I would like to add a second page to the page layout that I created in Comp CC.  I can't find anything to add a second page.  What this has to do in the desktop application?

Hi Kerry,

Sorry, it is not yet possible in Comp CC but... we get a TON of requests for this feature and it will be added to a future release. For now, it is necessary to create another "project".

Sue.

Tags: Adobe Comp CC

Similar Questions

  • How can I add a second computer to my account?

    How can I add a second computer to my account?

    Your single license allows you to have two active facilities, which means that you can have it installed and activated on both machines.  You can have the software installed on the machines as much as you want, but only two of them can be enabled at any given time.

    With regard to the use of both machines at the same time, the jury's currently on it - I had the question of clarification, but has not yet received a response.  They have rewritten recently the license agreement and the portion that explicit, that you can not use both at the same time has been either deleted or moved somewhere else, I have yet to find.

    If you mean you want to have another machine under license for someone else to use, you must purchase a new license for this other person.

  • How can I add a second e-mail account on windows 8

    How can I add a second e-mail account to windows 8.  Can't seem to understand.

    So where you are wanting to add this second e-mail account?

  • How can I add a second e-mail address for this computer

    I added a second gmail address for my wife on this computer.
    How can I access this address and add it to the menu bar that appears in the Inbox for my address?

    You should be able to add using a method similar to the way in which you added your own.

    If you talk about the opening of two accounts at the same time.
    You may have problems if you then try to open two accounts at the same time. It can open a window for the connected account. If this is a problem, try maturation of the second account, using private browsing (PB).

    If you're talking about only the possibility to use the auto form fill then all you need to do is enter the relevant text and use once and it will appear in the future. You must save the story and not be in PB for this to work. (So you can take the problem because of the workaround above and used only account of your wife in PB).

  • Satellite Pro A300D - How can I add a second HDD?

    Hi there guys and girls,

    I noticed that my Satellite Pro A300D has a slot for additional HARD drive on the right side, but no hard drive case and not screw and the cover has sharp things on this

    How can I keep these so I can add an additional HARD drive.

    Thank you very much.

    All laptops are pieces can be purchased from the local ASP.
    Contact the ASP in your country and ask the compatible laptop parts...

    See you soon

  • Re: How can I add a second internal hard drive to a Satellite Pro P200?

    I have a Satellite Pro P200 with a single internal hard drive. There is a second Bay in the computer of another internal hard drive, but I couldn't find any information about it. There is enough space for a 2.5 "SATA but I do not see a connector.

    I contacted Toshiba Dutch customer service who said that it was official policy not to provide any information on a second internal drive. They also said that they would not provide parts to make it possible.

    Can anyone provide more information?

    Hello!

    I think that if there is no connector you cannot add a second HDD.
    It of Nice to have a second Bay, but it's nothing without a connector.

    Good bye

  • How can I add a second merger 4.1.3 HD running Server 2003?

    I try to add a second drive for my Server 2003. I want to install some large Oracle applications and need extra space. I have added the second device removal (disc 2), but must still to add the new hard drive and assign it a letter in Windows Server 2003.

    I was unable to find a way to do it and could really use pointers.

    Thank you!

    you mentioned http://support.microsoft.com/kb/323442

  • How can I add a second user to photoshop which is already purchased?

    I am trying to add another user to the photoshop which is already bought for my business. Is it possible to download the program bought on two different computers, so two different people can use the program at the same time? How?

    Hi David,

    In accordance with the license agreement if you want to use the same adobe ID code must be installed on 2 machines, you can install, however, you can only use 1 at a time.

    If you want to use at the same time on 2 different machines, you must add a seat more on your existing team account and assign it to another email address

    The link below is the terms and Conditions: http://www.adobe.com/legal/licenses-terms.html

    Let us know if this helps!

    Kind regards

    Aurélie hamadi

  • How can I add a second email to my current account to thunderbird?

    I use Thunderbird for my main e-mail address for years, but now I want to add my secondary account. How do I do that?

    I don't get it... that you tell me I have to redownload all in Thunderbird?

  • How can I add a second hard drive for my dv7-3060us?

    I am very short of space on my originally installed HP 500 GB hard drive and need more storage space. I have a new Seagate 750 GB drive, 7200 RPM and I would like to install it. When I opened the folder to access the second hard drive compartment, I was blocked when I have not found any pre-installed connector. What should I do to install this player?

    Thank you!

    Hello

    Loss of power for 40mins. Please try this:

    http://PartSurfer.HP.com/search.aspx?SearchText=605415-001

    the links before shows the TWO caddy and cable for dv7 machines.  This article may help:

    http://thessd.com/2012/02/how-to-add-a-2nd-HDD-or-SSD-to-an-HP-Pavilion-dv7-laptop/

    Kind regards.

  • How can I add a second bookmarks bar?

    I just want to add a second bookmarks bar, that I have fulfilled the first cut and almost all the fat!

    Are put in place for me to do this?

    Multirow Bookmarks Toolbar extension

    https://addons.Mozilla.org/en-us/Firefox/addon/6937/

  • How can I add a second hard drive to a p6-2378

    HP Pt-2378 Windows 8

    Here are the specifications of your desktop HP Pavilion p6-2378. According to specifications, your computer has room for a disk 3,5 '' hard and a 5.25 CD/DVD drive. It is not a space in your computer for a second drive.

  • How can I add several choices of response to an object, please?

    Hi all

    I have declared an array that contains an object such as:

    var myArr:Array = new Array ({Question: ' primary colors?' "});

    How can I add questions to multiple object choice, please? These are the choices:

    Red, green, blue

    Orange, red, white,

    Purple, yellow, green,

    White, black, blue

    I can certainly create answers like:

    var myArr:Array = new Array ({Question: "The primary colors?", Answer1: ' red, green, blue})

    , Answer2: ' orange, red, white, Answer3: "Purple, yellow, green, Answer4:"white, black, blue" ". });

    I want to do is to store all the answer choices in an array called AnsArr. Can I declare a new table in the same object as AnsArr and push these choices to it?  I would highly appreciate your help.

    Thank you.

    You can certainly do it, and there is nothing wrong with that. You might have the question as element [0] and the table of potential responses as element [1]. I would generally use a database for such things, but if the questions and answers do not change much, your method is fine, IMHO. You might want to consider also, however, store a bit of true/false with each response so that the second element is an array of arrays in which the second-level table is distraction and its 'correctness '. In this way, the answer will be with the distractors. So, in short, nothing wrong with your method in my opinion.

  • Simple question... How do to add pictures on the body of my MAILS found 1000 results for how can I add photos to my Thunderbird emails

    How can simple question - I add photos to my mail body. But instead of the answer - found 1000 results for how can I add photos to my Thunderbird emails. There are answers that don't apply at all to the question anyway. Why must it be so difficult to get a simple answer to a simple question?

    Thunderbird is a bit like Microsoft, all the reasons as I dumped MS Live Mail.

    First, a lot of help for Thunderbird refers to the menus that may not be visible. It would be useful to you and us if you have your menus and toolbars visible.

    http://chrisramsden.vfast.co.UK/13_Menus_in_Thunderbird.html

    Then, open a window of writing. Activate the menu and operate.

    Now that you see an option "Insert"?

    If this isn't the case, you can assign composing in plain text, which does not support embedded images.

    Tools | Account settings| {Select account} | Composition & addressing and ensure "Compose messages in HTML format" are checked. If it is not already checked, go back to writing a message. No better now?

    Once you have the mode of composition HTML goes, you can use Insert | Image or various permutations of copy - paste and drag - move to the body of your message.

    A manual of sorts: http://en.flossmanuals.net/thunderbird/composing-messages/

  • I would like to create an interactive pdf in Indesign - two guest on 1 page in Indesign that when exporting to adobe reader in pdf format, I can simply add new names that populate both copies and then be printable. Any help out there is how to make an ext

    Two invites on 1 page in Indesign that when exporting to adobe reader in pdf format, I can simply add new names that populate both copies and then be printable. Any help out there is how to make an invitation in Indesign, but now how to make 2 copies on a single page that someone else ie the customer can add their own names. So each field name must complete on both guest. Sounds simple, but is not really there to help. I think he called an interactive pdf. Thanks in advance.

    AutoFill is the easiest part, he lies. If both fields have the same name, they will have the same content: type in one and it appears in the other.

Maybe you are looking for