Length of page

Dear Gurus,
I have a smartform which has one page and is full to the bottom. I have to add new rows to it.
The customer wants it in single page.. I am trying to shrink the material as much as possible..I have reduced the font size , but I also need to make the windows smaller ..and along side the templates used also.. i am finding this cumbersome..
there are around 9 windows on this page of single line height.
another 3 rows equivalent to three windows i need to add.
is there any other way out other than creating a new page ??
rewards for all helpful answers
Regards,
Shweta .

As you are telling that there is no place to adjast these new rows..
i thing i can say here.. <b>if you feel the all the above rows are not mand</b>atory then... combilne all the windows.. (means create new window with the length of all the windows.. then "<b>include Text elements one bye one</b>.." "in COnditions Tab of all the Text Elements Give a condition if the <b>Value u r displaying is not initial</b>".. so that if the value is initial.. that purticulare text element won't print here.. sothat u can sav e on line..
if it is not above situation then give the Same page as NEXT page for the PAGE1.. so that the second page will be with the Same format as in First page...
If want more clear inforamation then plese mention ur requirement again.
<b>Please Close this thread When u r problem ise solved</b>
Regards
Naresh Reddy K

Similar Messages

  • Indent Lengths Between Pages for Mac and iOS

    I've been using Pages on my iPad a lot for classes. During lectures, I type outlines in a blank document and quickly switch between headings and subheadings with the "indent increase" and "indent decrease" buttons in the toolbar (looking at the ruler, it seems like the default indent length is a little more than half an inch - maybe 1.5cm?).
    The problem is that when I later open the document via iCloud in Pages on my iMac, the indent lengths become readjusted so that each indentation takes up 1.8 inches (so 3.6 inches for a double indent, 5.4 for a triple, etc.). Short of highlighting each line and manually changing the indent length in the inspector, I haven't found a way to fix this change. Further, if I make any other changes to the document in Mac Pages, that 1.8 inch indent length carries over to iOS Pages. When I then try to open the document in iOS, I get:
    "This document may look different on your iOS device than on your Mac. Use Open Copy if you want to preserve the original." [Open Copy] [Open]
    Not wanting a duplicate, I'll choose [Open], and I found I could quickly restore the 1.5cm length by selecting all text, going to list settings and selecting "None" (as opposed to "Bullet," "Image,' etc.). But the next time I try to open the document in Mac Pages, the cycle repeats.
    Am I missing some obvious way of keeping these indents consistent across devices, or do I just need to deal with this reformatting each time?
    (newest versions of desktop/mobile Pages are running on Mountain Lion and iOS 6)

    Nobody here can tell you why Apple does things the way it does them, but you can tell Apple how you would like things to work at
    http://www.apple.com/feedback

  • Sidebar isn't full length of page

    Hi, I have a site that has a right sidebar that is not showing the background color down the same length as the left side of the page.  Both the left and right backgrounds should be the same color so I don't think I need to do the trick listed in http://www.alistapart.com/articles/fauxcolumns/.  There must be something basic I'm missing.
    I believe I have a div "mainContent" that shows a background color, and "leftContent" floats left, and "rightSidebar" floats right.  It seems like this should do the trick, but it's not enough.
    I suppose I should have used one of the templates.  (Although everything looked fine until I went to my next page that had a different amount of content in the sidebar.  Doh!)  I've tried to compare to the "two column fixed right header" template, but I can't for the life of me figure out what's the key different ingredient.
    The bulk of this website is behind a passworded file, but I think I copied enough up to http://laurabentley.com/test/instructors.html for you to be able to see what's going on.  I suppose I should also post the CSS.  See below.
    Any help appreciated.
    Thx!  --Laura
    @charset "utf-8";
    /* CSS Document */
    /* reset - to reset default CSS settings that annoying */
    html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { color: #000; margin: 0; padding: 0; }
    h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
    ul,ol { list-style: none; }
    fieldset,img { border: none; }
    caption,th { text-align: left; }
    table { border-collapse: collapse; }
    td,th { vertical-align: top; }
    /* general formatting */
    body {
    background-color: #3e3f36;
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:21px;
    color:#3E3F36;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-weight: bold;
    h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#400101;
    padding-top: 11px;
    padding-bottom: 1px;
    padding-left: 20px;
    font-weight: bold;
    p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#1D1C1B;
    #wrapper {
    width: 966px;
    margin: 0px auto;
    background-color: #EFEEE6;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    /* masthead with logo */
    #masthead {
    float: none;
    height: 95px;
    width: 966px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/Masthead.gif);
    list-style-type: none;
    /* Sub navigation on top right */
    #subNav {
    padding:1px;
    margin:0;
    text-align: right;
    list-style-type: none;
    #subNav li {
    display:inline;
    padding:15px;
    color: #E3E2D8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    #subNav ul li a {color: #E3E2D8; text-decoration: none;}
    #subNav ul li a:link { color: #E3E2D8; text-decoration: none;}
    #subNav ul li a:visited { color: #E3E2D8; text-decoration:none;}
    #subNav ul li a:hover { color: #E3E2D8; text-decoration:underline;}
    #subNav ul li a:active { color: #E3E2D8; text-decoration:underline;}
    /* main navigation */
    #nav {
    background-color: #450A02;
    float: none;
    height: 32px;
    width: 966px;
    padding: 0px;
    /* major photo area */
    #photo {
    clear: both;
    height: 188px;
    width: 966px;
    background-image: none;
    #photoDivider {
    background-color: #450a02;
    clear: both;
    height: 8px;
    width: 966px;
    float: none;
    margin: auto;
    /* main content area */
    #mainContent {
    width: 966px;
    float: none;
    margin: auto;
    background-color: EFEEE6;
    /* left content */
    /* note that some of text formatting for this area is up in general formatting */
    #leftContent {
    background-color: #EFEEE6;
    float: left;
    width: 644px;
    #crumbsNav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    #crumbsNav ul li {
    display:inline;
    color: #8D6A00;
    #crumbsNav ul li a {color: #3E3f36; text-decoration: none;}
    #crumbsNav ul li a:link { color: #3E3f36; text-decoration: none;}
    #crumbsNav ul li a:visited { color: #3E3f36; text-decoration:none;}
    #crumbsNav ul li a:hover { color: #3E3f36; text-decoration:underline;}
    #crumbsNav ul li a:active { color: #3E3f36; text-decoration:underline;}
    #crumbsNav li:before {
    content: "/";
    padding-right: 9px;
    padding-left: 6px;
    color: #3E3f36;
    #crumbsNav li:first-child:before { content: ""; }
    #dividerBar {
    height: 2px;
    background-color: #3E3F36;
    float: right;
    width: 604px;
    padding-left: 20px;
    /* right content */
    #rightSidebar {
    background-color: #99F;
    float: right;
    width: 322px;
    #sidebarContent {
    background-color: #EFEEE6;
    width: 270px;
    padding-top: 24px;
    padding-right: 26px;
    padding-left: 26px;
    float: right;
    #sidebarCalMain {
    height: 335px;
    width: 270px;
    .sidebarCalHeading {
    background-color: #731702;
    height: 17px;
    width: 258px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #FDF6C4;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    .sidebarCalFooter {
    background-color: #731702;
    height: 11px;
    width: 258px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #FDF6C4;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    #sidebarStayConnected {
    background-color: #933;
    height: 96px;
    width: 270px;
    margin-top: 20px;
    /* footer area */
    #footer {
    background-color: #1b170E;
    clear: both;
    height: 32px;
    width: 966px;
    color: #E3E2D8;
    margin: auto;
    #footerNav {
    margin:0;
    padding-top: 5px;
    padding-left: 4px;
    #footerNav li {
    display:inline;
    list-style:none;
    padding-right:0;
    color: #E3E2D8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    list-style-type: none;
    #footerNav ul li a {color: #E3E2D8; text-decoration: none;}
    #footerNav ul li a:link { color: #E3E2D8; text-decoration: none;}
    #footerNav ul li a:visited { color: #E3E2D8; text-decoration:none;}
    #footerNav ul li a:hover { color: #E3E2D8; text-decoration:underline;}
    #whiteSpaceBottom {
    height: 50px;
    #footerNav ul li a:active { color: #E3E2D8; text-decoration:underline;}
    #footerNav li:before {
    content: "|";
    padding-right: 9px;
    padding-left: 6px;
    color: #E3E2D8;
    #footerNav li:first-child:before { content: ""; }

    Laura324 wrote:
    Hi, I have a site that has a right sidebar that is not showing the background color down the same length as the left side of the page.  Both the left and right backgrounds should be the same color so I don't think I need to do the trick listed in http://www.alistapart.com/articles/fauxcolumns/.  There must be something basic I'm missing.
    I believe I have a div "mainContent" that shows a background color, and "leftContent" floats left, and "rightSidebar" floats right.  It seems like this should do the trick, but it's not enough.
    I suppose I should have used one of the templates.  (Although everything looked fine until I went to my next page that had a different amount of content in the sidebar.  Doh!)  I've tried to compare to the "two column fixed right header" template, but I can't for the life of me figure out what's the key different ingredient.
    The bulk of this website is behind a passworded file, but I think I copied enough up to http://laurabentley.com/test/instructors.html for you to be able to see what's going on.  I suppose I should also post the CSS.  See below.
    Any help appreciated.
    Thx!  --Laura
    I used to use the fauxcolumns method but found it in some instances too restrictive. For instance I could not use it in case of elastic layouts. The best way round the problem is to set the height of both columns for each page. This also is a pain but at least it is do-able.
    <div id="mainContent" style="height: 300px;">
    <div id="rightSidebar" style="height: 300px;">
    I hope this helps.
    Ben

  • Length of page browser keeps increasing

    Anytime something goes into the footer the page length increase by a thousand and creates this extra space ..Why is that ? I turned of sticky footer so its not that ..

    Can you please send your file to [email protected] along with clear instructions how to replicate the issue and on which page.
    Please also mention this thread in the email so that it may be associated correctly.
    Cheers,
    Vikas

  • Can you increase the viewable filename length in pages 'grid view' so the full name of the file is shown and not ellipses.

    I am aware of the terminal command which allows you to view more of the file name for files located on the desktop. Is there something similar for pages?
    The problem is only apparent in grid mode.
    See attached.
    For all of Apple's perfection for design and intuition, this is always something they seem to have neglected.

    You can either hover your mouse over the filename for a second and the full name will appear, or revert to list view.

  • LinkBar won't extend the full length of page?

    I made a link bar on the left side of my website, and I want
    the color that the link bar is (green) to extend all the way to the
    bottom of the page, and for some reason DW is making it difficult
    for me to do that... does anyone have any suggestions for me?
    I'm using DreamWeaver CS3 if it makes a difference. My
    current link bar code is attached, and the relevant CSS is at the
    bottom.

    On Mon, 22 Oct 2007 00:57:39 +0000 (UTC), "benduker"
    <[email protected]> wrote:
    >I made a link bar on the left side of my website, and I
    want the color that the
    >link bar is (green) to extend all the way to the bottom
    of the page, and for
    >some reason DW is making it difficult for me to do
    that... does anyone have any
    >suggestions for me?
    It's not Dreamweaver that's making it difficult. It's HTML
    and CSS doing
    it. Try something like this:
    http://www.alistapart.com/articles/fauxcolumns/
    Gary

  • Adjusting image to length of page

    I've attached the image I want to use as my background and need to know if I can set this image to adjust according to content? Also how do I place a footer at the bottom of each page using CSS?

    Cathy,
    The images need to be defined as background-images in the style sheet. Don't put them on the surface at all, or they will make it impossible to add text over them.
    You are very close here.
    I see that you have links to both style sheets. You should have these styles in only one style sheet (not duplicated in any way), because they may act in a way that is hard to debug if you have the same style showing up in two places. Might even cancel each other out...
    .top, .middle, and .bottom have the same width and other attributes, so I re-ganged them and deleted reference to width on the more specific styles.
    I have gotten rid of your .middletext class style, because you can style that using an inheritance: .middle p means "all the <p> </p> formatted text that shows up in the <div class="middle">. You can restyle <p> and <h1> etc. tags this way.
    In the page itself, being "in" the .middle div and using the <p> tag gets you the formatting you specify for it in the style sheet.
    Here's a link to what it looks like: http://www.gravenimagedesign.net/roundcorners/
    Z
         margin: 0;
         padding: 0;
    .top, .middle, .bottom {
         clear: both;
         float: left;
         width: 950px;
    .top {
         background-image: url(Top.jpg);
         height: 95px;
    .middle {
         background-image: url(middle.jpg);
         background-repeat: repeat-y;
    .middle p {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 24px;
         margin-top: 24px;
         margin-left: 24px;
    .bottom {
         background-image: url(bottom.jpg);
         height: 74px;
    <!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=ISO-8859-1" />
    <title>Untitled Document</title>
    <!--<link href="untitled.css" rel="stylesheet" type="text/css" /> you do not need this style sheet.  It has no styles in it that you need.
    --><link href="CSS.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="top"></div> <!-- Note that I have deleted the "surface" images -->
    <div class="middle"> <!-- Note that the <p> is styled in the stylesheet.  -->
      <p>def
        here is more text<br />
        and yet more<br />
    def
        here is more text<br />
        and yet more<br />
    def
        here is more text<br />
        and yet more<br />
    def
        here is more text<br />
        and yet more<br />
        and yet more  </p>
    </div>
    <div class="bottom"></div>
    </body>
    </html>

  • Current page (not Document) width and height with JSX

    Hi,
    I am trying to create a script that saves every page of the document and add its width and height to the name.
    So far I managed to get the dimensions of the document using:
    app.activeDocument.pages.documentPreferences.pageWidth;
    app.activeDocument.pages.documentPreferences.pageHeight;
    That's ok when all the pages in the document have the same dimensions (Document Preferences).
    However, when I use custom pages that does not work.
    I tried the code below but does not work either.
    for(i=0; i<nb;i++)
         app.activeDocument.pages[i].documentPreferences.pageWidth;
         app.activeDocument.pages[i].documentPreferences.pageHeight;
    I have done some research and I don't seem to find any information regarding custom pages dimensions.
    Can you please help with this?
    Thanks in advance,
    Isko

    Main();
    function Main() {
        var doc = app.activeDocument,
        pages = doc.pages,
        page, width, height;
        for (var i = 0; i < pages.length; i++) {
            page = pages[i];
            width = page.bounds[3] - page.bounds[1];
            height = page.bounds[2] - page.bounds[0];
            $.writeln("Page: " + page.name + " - " + "width = " + width + ", height = " + height);

  • When accessing some pages, it starts to download .part file and not showing the page

    When I access http://ingig.net it starts to download a .part file and doesn't show the page. I can view it the standard browser on Android 2.3
    The Response Header is
    Cache-Control:no-cache
    Content-Encoding:gzip
    Content-Length:8760
    Content-Type:text/html; charset=utf-8
    Date:Thu, 07 Jul 2011 13:52:28 GMT
    Expires:-1
    Pragma:no-cache
    ServerId:FROMSWEB02
    Set-Cookie:ASP.NET_SessionId=ax3mgqrhwyj41lszbjsi1lka; path=/; HttpOnly
    ntCoent-Length:27669

    The page uses a non-standard mime type application/vnd.wap.xhtml+xml. Firefox is not a wap browser.

  • Forms Auto-Fill Wizard Limited by Page Size

    I've got a long perfume pricelist that I used to send out in Excel...recently I made it pretty with InDesign.
    Using A4 size, the pricelist was 50 pages long and 7.5mb.  Using A4 width and 5000mm length, it's 3 pages and 900kb.
    With 5000mm, Acrobat form Wizard couldn't recogize the fields for "Order QTY."  During the page pass, it would "Evaulating Knowledge Source."  I can't even find this error on Google, which is why I decided to post.
    I ended up using 1485mm length (5 pages A4), and the wizard works the way it's supposed to........but it's takes an unusually long time to edit many (100+) form fields at a time.....

    Create a new master page, do not put page numbering onto these pages.
    Apply these Master pages to the first 3 pages.
    On the first page in the pages panel (the actual first page) go to numbering and section options, change the numbering to Roman numerals.
    Go to the fourth page (the page you want to start numbering from)
    Go to Numbering and Section Options,
    Start New Section
    start numbering from page 1
    Now page  4 will be numbered page 1.
    For your second problem
    A master frame on the master pages, make sure in the master page the two frames are linked
    Go to the normal layout pages
    When you import the text make sure that you shift click in the frame area that you've drawn for the text frame, but not anywhere near a margin guide, you'll see the mouse icon change to a Link type icon.
    Press Shift Click when you see this.
    If you press shift click near a margin guide it will possibly not pay attention to your master frame.

  • Master Pages - PDF

    Hello
    Is there a setting to automatically PDF only the pages from one certain Master Page type?
    Ie, I would like to PDF all the pages that one Master type are attributed too but no other pages. Is this possible?
    Thank you in advance.

    Very good! I suggest one note, one change, and one improvement:
    1. The masterPageName needs to be "Prefix-Name", including a dash between the two. The Prefix and Name are those as found in the Master Options dialog.
    2. 'myPageName.name' will fail if "[None]" was applied (it has 'no' name). So first check if there *is* a master applied, and only if so, check its name.
    3. The page number string can easily be fed into the PDF Export dialog. If you run this script and then call up "Export PDF", you will see the page range contains the correct page numbers.
    var myDoc = app.activeDocument;
    var myPages = myDoc.pages;
    var pageLength = myPages.length;
    var masterPageName = "Ch1-Master";
    var myPageName, pageNoList = [];
    for (var p=0; p<pageLength; p++)
    myPageName = myPages[p].appliedMaster;
    if (myPageName)
      myPageName = myPageName.name;
      if (myPageName == masterPageName)
       pageNoList.push(myPages[p].name);
    alert("Total Number of Pages : "+pageNoList.length+ "\r"+
    "Page No. List: "+pageNoList.join(", "));
    app.pdfExportPreferences.pageRange = pageNoList.join(",");

  • JS set access for all page children (reader 8 compatible & efficient)

    Hi,
    unfortunately I have to make sure my JavaScript runs on Acrobat Reader 8.  Therefore I cannot use Page.acces = “readOnly” to set all of the elements on a page as not fillable. It only works in Reader 9.X
    My guess is that I HAVE TO get node length of page, use FOR-Loops…  and set every element-access one by one  to “readOnly”.  I have 10 pages with 4 level-hierarchy and something about 100 fields to check.
    Is there any other way to set access of all fields in Reader 8? I mean more efficient, without node length and FOR-Loops?

    Hi, I am going to look for it. But I fear, it would work the same way I mentioned.
    By the way, that piece of code does not work only in initialize-event (reader 8).
    SAP does only support reader v8 (=>XFA), as far as I know.
    Thank yo

  • Customizing items on right click of a page in siteadmin

    Hi,
    We have a requirement where we want to show users a "prompt" when user right clicks on a page and selects any of the items. Please see the attached snapshot on what i am talking about.
    I want something similar to what is prompted when someone clicks on delete and i want it on click of the activate button. Basically i want to ask the user - "are you sure you want to activate".
    has anyone done this before. Can you please advice how this can be achieved?
    Cheers!

    Why do you need paths & selections just use CQ.wcm.SiteAdmin.activatePage.call(this);
    Attach below a method just call this at /apps/wcm/core/content/siteadmin/actions/activate
    CQ.wcm.SiteAdmin.iActPage = function() {
        var selections = this.getSelectedPages();
        var msg = (selections.length > 1) ?
                  CQ.I18n.getMessage("You are going to activate the following pages: ") :
                  CQ.I18n.getMessage("You are going to activate the following page: ");
        msg += "<br/><br/>";
        var max = 7;
        for (var i=0; i<selections.length; i++) {
            if (i == max) {
                msg += CQ.I18n.getMessage("(and {0} more...)", [selections.length-i], "pages to activate") + "<br/>";
                break;
            var page = CQ.shared.XSS.getXSSRecordPropertyValue(selections[i], "title");
            if (!page) {
                page = selections[i].get("label");
            msg += page + "<br/>";
        msg += "<br/>" + CQ.I18n.getMessage("Are you sure?");
        var title = (selections.length > 1) ?
                CQ.I18n.getMessage("Activate Pages")
                : CQ.I18n.getMessage("Activate Page");
        CQ.Ext.Msg.show({
            "title":title,
            "msg":msg,
            "buttons":CQ.Ext.Msg.YESNO,
            "icon":CQ.Ext.MessageBox.QUESTION,
            "fn":function(btnId) {
                if (btnId == "yes") {
                    CQ.wcm.SiteAdmin.activatePage.call(this);
            "scope":this
    Thanks,
    Sham

  • Attachment in BSP Page

    If I use <htmlb:fileUpload> tag for creating attachment and upload the file, where is the file getting saved ?
    How to extract the file from that storage location?

    Hi,
    The data is in variables and u can use it the way u want.
    Check sample code:
    ONINPUTPROCESSING:
    CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    Optional: test that this is an event from HTMLB library.
    IF event_id = CL_HTMLB_MANAGER=>EVENT_ID.
    See if upload is triggered from button
      DATA: event TYPE REF TO CL_HTMLB_EVENT.
      event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
      IF event->id = 'submitButton' AND event->event_type = 'click'.
        DATA: data TYPE REF TO CL_HTMLB_FILEUPLOAD.
        data ?= CL_HTMLB_MANAGER=>GET_DATA(
                                           request = runtime->server->request
                                           name    = 'fileUpload'
                                           id      = 'myFileUpload1'
        IF data IS NOT INITIAL.
          name         = data->file_name.
          content      = data->file_content.
          length       = data->file_length.
          content_type = data->file_content_type.
        ENDIF.
      ENDIF.
    ENDIF.
    ONLAYOUT:
    <%@page language="abap"%>
    <%@ extension name="htmlb" prefix="htmlb"%>
    <htmlb:content>
      <htmlb:page title = "BSP Extension: HTMLB / Element: fileUpload">
        <htmlb:form method="post" encodingType="multipart/form-data">
          <htmlb:fileUpload   id      = "myFileUpload1"
                               size    = "50"
                               accept  = "true"
           />
          <htmlb:button       id      = "submitButton"
                               text    = "Upload"
                               onClick = "HandleUpload"
           />
        </htmlb:form>
        <htmlb:textView text="Uploaded: " />
        <htmlb:textView text="<%= name %>" />
        <htmlb:textView text="Content-Type: " />
        <htmlb:textView text="<%= content_type %>" />
        <htmlb:textView text="Length: " />
        <htmlb:textView text="<%= length %>" />
      </htmlb:page>
    </htmlb:content>
    Hope it'' help.
    Cheers
    Ankur

  • Line of Precise Length

    If I want a line of a prescribed length in Pages, say 6.27cm. - where can I punch in this value and get the line of this length? I thought it would be in this window
    but this doesn't seem to have the input window I'm looking for. AppleWorks has the Object Size window
    which makes it pretty easy to do this sort of operation. Is this kind of input hiding somewhere in Pages?
    John
    A

    Yes, I thought of that too Walt but that means a mathematical computation which could give me a migraine. I was hoping that there was simply a window somewhere just as there was in AppleWork's Object Size where I could simply punch in the desired value. Obviously there isn't such an animal in Pages so I'll have to sharpen my computational skills.
    Thanks
    John

Maybe you are looking for