How does one put text on the spine?

I'm a little confused about the difference between the version I'm creating and the template I start with. I start with a template, then resize and mess with the arrangement of the pictures. I move text boxes. All seems okay.
I put a colored background on the front and back cover (by inserting a specially made pdf from Pages, a gradient color). The back spine remains white, and blank. How can I add text to the spine? And is there a way to have the color from the background bleed over the spine?
Ben

I certainly don't know how it was constructed, but I suppose the form was intended for people that use Word. If you were using Word, you would just select the "insert" key (or something - I forget) and type away. The text would type above the line. I thought maybe there was something like that in Pages. I find myself getting very frustrated using Pages and Numbers. They really aren't that easy to use. Word and Excel have them beat.

Similar Messages

  • How do i put text in the picture

    how do i put text in the picture ?

    In addition to the apps already mentioned here are some that can add text to a photo:
    Some Image Editors That Support layers:
    Photoshop Elements 11 for Mac - $79
    GraphicConverter - $40
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60
    Seashore - Free
    GIMP for Mac - Free
    Xee 2.1 - free

  • How does one add folders to the E-mail App?

    How does one add folders to the E-mail App?

    Select your email under Account, tap Edit at the top then New Mailbox at the bottom. This will only work if you have an IMAP email account.

  • TS1702 How does one get rid of the stocks from Yahoo Finance on the notifications pull down bar on iPhone 5?

    How does one get rid of the stocks from Yahoo Finance on the notifications pull down bar on iPhone 5?

    If you mean you don't want to see the stocks at all in notification center go to Settings>Stock Widget and turn Notification Center to Off.  If you mean you want to remove some of the individual stocks shown, open the Stocks app, tap the "i " on the bottom right, tap next to the stocks you want to remove, then tap Done.

  • [Solved] How does one go about changing the hostname in arch nowadays?

    Everything I've seen on the subject references /etc/rc.conf, which I believe is no longer used.
    I've updated /etc/hostname, but when hostname -f does not return the expected.
    Last edited by mreiland (2013-07-14 21:09:07)

    mreiland wrote:How does one go about changing the hostname in arch nowadays?
    Please see "man archlinux".
    Also, I can never remember if hostname is one of those things you need to reboot for...
    Last edited by drcouzelis (2013-07-13 16:24:10)

  • How does one go about getting the Kit Kat upgrade?

    I've searched the Verizon site ad I can't find how to download it.  Must one be selected?

    Thanks for your reply.  I went to Settings and About Phone, however, there was a "System updates"  that showed a history and a "Check for new software update" key.  I tried that and it returned with Your phone is up to date.  I guess I'll have to wait for Verizon to send me an update.
           From: clydefrog4963 <[email protected]>
    To: John Manning <[email protected]>
    Sent: Sunday, December 7, 2014 5:20 PM
    Subject:  - How does one go about getting the Kit Kat upgrade?
    #yiv6222900142 img
    |  
    |
      | 
    A message from the Verizon Wireless Community
      |
    |   |
    How does one go about getting the Kit Kat upgrade?
    created by clydefrog4963 in Samsung Galaxy Note 3 - View the full discussionVerizon has started pushing the 4.4.4 KitKat update on the Note 3, I got mine today. It poppped up when connected to my computer on Kies but you can do it on your phone by going to settings, all the way to "about phone" at the bottom, then click on "software update." Its best to do this while connected to wifi, and make sure your phone is at least half charged. Reply to this message by replying to this email -or- go to the message on Verizon Wireless Community Start a new discussion in Samsung Galaxy Note 3 by email or at Verizon Wireless Community


    © 2014 Verizon Wireless
    Verizon Wireless
    One Verizon Way
    Mail Code: 180WVB
    Basking Ridge, NJ 07920
    Not interested in these emails anymore, or want to change how often they come? Update your email preferences by visiting https://community.verizonwireless.com/user-preferences!input.jspa.
      |
    We respect your privacy. Please review our privacy policy for more information
    about click activity with Verizon Wireless and links included in this email.
      |

    |

  • How does one right click using the iPad?

    how does one right click when using the iPad?  I am needing this in a citrix app

    You can usually just tap and hold on certain things to access the right-click menu. It works in almost all cases. :)

  • HT4112 how does one navigate with out the use of a mouse? do we still need to use finger to move to different things?

    how does one navigate the keyboard without a mouse. Do we still use finger to move from place to place?

    Yes you still need to use your finger to do all of the things that you need to use it for even if you use a wireless keyboard. You are merely adding a larger more robust keyboard to the device. You are not replacing the touch gestures features with the use of an external keyboard.

  • How do I put text on the same line in CSS?

    Ok, I am placed three images on the page, and I like to have before, during, after underneath each images, and on the same line, I did the text-align:right and all that, but it keeps on putting the text on line below. Here is my CSS and html.Thanks!
    #small-box-container #bottom1{
        width: 600px;
        height: 130px;
        background-image:  url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_before_sm.jpg);
        background-repeat: no-repeat;
        margin-top: 90px;
        margin-left: 50px;
    #textbox 1 {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        width: 200px;
        height: 100px;
    #small-box-container #bottom2{
        width: 439px;
        height: 130px;
        background-image: url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_during_sm.jpg);
        background-repeat: no-repeat;
        margin-left: 180px;
    #small-box-container #bottom3{
        width: 439px;
        height: 130px;
        background-image: url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_after_sm.jpg);
        background-repeat: no-repeat;
        margin-left: 180px;
    <div id="bottom1">
                     <div id="bottom2"> 
                    <div id="bottom3"></div>
                    <div id="textbox1"div style="clear: both;"></div>
                    <p style="text-align:left">Before</p>
                      <p style="text-align:center">During</p>
                      <p style="text-align:right">After</p> </div>
    </div>

    I might have mis-read this but do you want the three images in a row, next to one another? Then the text lined up under each image?
    If so the code below will do this. Just one point the images are wide 600px plus 2 x 439px.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    #small-box-container {
    width: 1478px;
    #small-box-container p {
    margin: 0;
    padding: 135px 0 0 0;
    #small-box-container #bottom1{
    float: left;
        width: 600px;
        height: 130px;
        background-image:  url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_be fore_sm.jpg);
        background-repeat: no-repeat;
    #small-box-container #bottom2{
    float: left;
        width: 439px;
        height: 130px;
        background-image: url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_du ring_sm.jpg);
        background-repeat: no-repeat;
    #small-box-container #bottom3{
    float: left;
        width: 439px;
        height: 130px;
        background-image: url(../../../graphic%20design/website_sijiewang1/sijie/images/deck_af ter_sm.jpg);
        background-repeat: no-repeat;
    }</style>
    </head>
    <body>
    <div id="small-box-container">
    <div id="bottom1">
    <p>Before</p>
    </div>
    <div id="bottom2">
    <p>During</p>
    </div>
    <div id="bottom3">
    <p>After</p>
    </div>
    </div> <!-- end small-box-container -->
    </body>
    </html>

  • Putting Text on the spine

    Hello,
    I am preparing a cover using Indesign (it will be a single sheet covering a 2 page spread) and want to know where I should put the text that will go on the spine. I already estimated the width of the spine, but I am not sure where I should put the text. Will it be in a text box that overlaps between the two pages of the spread?

    >Put the spine text in a text box that fits exactly into the gutter.
    Make it exactly the same width. Since it should be rotated 90° clockwise, and the frame 'remembers' this rotation, this is actually the height.
    Select Text Frame options, and set the vertical alignment to Center. Default for the top offset is Ascent; leave it, or change it to either Top of Capitals if you have lots of caps and little or no lowercase, or maybe set it to X height. Check whatever looks best.
    I've found the occasional client wondering about the direction the text should be in. You should be able to read it while the book is lying flat on its back.
    [... do Arabic and Hebrew books follow this same rule? Now I won't be able to sleep t'night.]

  • How does one put Mac to sleep using the keyboard (Lion)

    I have put my Mac to sleep by pressing command, option & the eject key. Screen goes blank/dark compter a sleep.  I have noticed this not longer works.  The screen goes blank but come right back on.  Has that command been eliminated in recent 'upgrades'?

    that still works for me.

  • How does one highlight Text in Imail messages

    I understand how one uses the "Fonts" of "Colors" Icon on the message dialog box to change the font color of selected text in a message so it stands out, but have NOT FIGURED OUT how one can instead (or in addition) "highlight" the text. By that I mean coloring the background of the selected text (as opposed to changing the background color of the whole document, or changing the color of the letters themselves). Is there a way to do that in imail, and if so, how?

    Is there a way to do that in imail, and if so, how?
    Not in Leopard Mail, as far as I can tell. In Tiger you could color just a selected portion of a text background, but this feature seems to have disappeared for some reason in 10.5. You can ask Apple to put it back via the feedback link:
    http://www.apple.com/feedback/macosx.html

  • How does one, edit text using Preview?

    Hi all,
    I have recently created a document using Preview...The document includes text that I inserted using the text tool within Preview itself...I was able to edit these text windows quite freely during the creation of the document...
    However, today I have opened my Preview document only to find that the usual method of clicking on the text is failing and that I cannot edit those very same text windows anymore...How is this so and how can I edit them once again?
    Any help muchly appreciated, thank you!
    Regards,
    Brad

    Dear Terence Devlin,
    Thank you for your reply!
    Unfortunately I'm still unable to edit the text...When I select the 'View' menu; the 'Highlights and Notes' is greyed out and therefore unable to be selected.
    Any further assistance greatly appreciated!
    Regards,
    Brad

  • How does one access data in the cloud from two different computers

    This isn't a problem but a question anticipating a possible problem.
    I have a MacBook Air running os X (version 10.8.2) and a desktop iMac runing 10.7
    I notice that when I create a PAGES document on the Macbook Air, it automatically saves to the cloud with a tef extension unless I force the file to save to the hard drive.  Data on the hard drive is backed up, of course.  But there are files saved to the cloud that are not saved to my external time machine drive.
    If I lost the drive on the MacBook Air, can I retrieve the files in the cloud?  I have the other computer, but I don't think that OS 10.7.x can access those cloud files and I've been told that the iMac can not be upgraded to 10.8
    Even if I could load 10.8 on the IMac--how would I get to those files if I am not on my personal MacBook Air?  What's the key to retrieving that data?  I've checked some of the manuals that I have and they very happily tell you how to save files to the cloud.  There's no discussion on what to do if things go wrong. 
    I know how I would retrieve my oracle data here at work if I was sitting at another terminal--what's the equivalent process if I was sitting at another mac machine?

    Documents saved via the applications in 10.8 can be accessed from iCloud.com on any computer providing you have a mobile iWork application.
    Whilst documents are saved to iCloud on your 10.8 Mac, they are also written locally and therefore backed up with something like Time Machine.
    if you did update your 10.7 Mac, things would merely become easier, you could access documents saved in (say) pages on one Mac in Pages on the other.

  • How does one overlap text and images

    I have the text box and the image on the Pages doc and when I move either to overlap the other, the one not selected "darts" away

    Select the image.
    If it is an inline object, change it to Floating.
    Click the Wrap button and select 'none'.
    Place the image where you want it.
    Select the text box.
    Resize it to a close fit around the text.
    Drag it to the image.
       If the text slides behind the image:
       with the text box still selected,
       go Arrange > Move forward
       repeat until the text is visible in front of the image.
    Adjust the placement as necessary.
    Change the text colour as needed.
    Select both the text box and the image.
    Go Arrange > Group to join the two objects in a single group.
    Regards,
    Barry

Maybe you are looking for