Creating 2 line space under header

It seems simple, but I can't figure it out. How can I create a space (preferably 2 lines) below the header before text is entered?

Increase the Top margin dimension.
That will work on every page. If you only want to increase the spacing on the first page, increase the "Before" margin in the Layout Inspector, Layout Tab.
Jerry

Similar Messages

  • N82 - Creating line spaces in Emails

    Hi
    I often check my webmail account on my N82 by connecting to a wireless network.  If I want to write or reply to an email I can't find the equivalent of an "Enter" button to create a line space.  Consequently any emails I write on my N82 end up as one long paragraph.
    So that I can break the emails I write into paragraphs is there a combination of keys I can press on my N82 to simulate pressing the Enter button a PC keyboard?
    If its of any use, my webmail account is NOT Hotmail or Gmail.
    Thanks

    That's an RTFM question. Press the '0' button 3 times in succession.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Want to create 1 reciept with multiple line items under a header in APO

    Hi All,
    I am using BAPI_MOSRVAPS_SAVEMULTI3 to create In-Transit which is the reciept element. But it creates only for a single location/product.
    I have a requirement where I have to create multiple line items under 1 intransit order. Can somebody suggest me how to perform this using a BAPI in APO ??
    Best Regards,
    Chandan Dubey

    Hi Micky
    Firstl you should upload the Line items for a particular sales Order in an Internal table
    and then pass that internal table to your BAPI during your coding corresponding to a particu;lar sales order
    In case of any issues pls revert back
    Reward points if helpful
    Regards
    Hitesh

  • Removing space under a line chart

    How do I remove the space under a line chart? Its as if space is held for axis labels on the bottom of the chart, even though I do not have any. I ve already set Additional Formatting Options - Bottom Padding and Height. Thanks

    Hi Sophia,
    Id you could send me the screen shot of the chart that would give me better understanding to resolve your issue.

  • What is the proper way to create a new line space int the output?

    I want to create a space in between each input so the output would look something like this,
    Name of item 1: lollipops
    Quantity of item 1: 10
    Price of item 1: .50
    Name of item 2: diet soda
    Quantity of item 2: 3
    Price of item 2: 1.25
    Instead of this:
    Name of item 1: lollipops
    Quantity of item 1: 10
    Price of item 1: .50
    Name of item 2: diet soda
    Quantity of item 2: 3
    Price of item 2: 1.25
    Here is my code:
    for (i = 1; i < 4; i++)
                   System.out.print( "Name of item " + i + ":");
                   name = keyboard.nextLine();
                   System.out.print( "Quantity of item " + i + ":");
                   quantity = keyboard.nextDouble();
                   keyboard.nextLine();
                   System.out.print( "price for item " + i + ":");
                   price = keyboard.nextDouble();
                   keyboard.nextLine();
              }I know i can use the an empty output statement but is there something that will make my code neater?
    Edited by: RandellK on Sep 27, 2009 6:23 PM

    Just use an empty println.
    It's a pretty common idiom and no messier than printing a newline.

  • Space under flash movies

    Hi All,
    I am having an annoying problem:  when I use swfobject code to embed flash movies, it leaves a space under the movie that breaks the design.  This happens when viewing it in Chrome or Firefox (on a mac), but not in Safari.  I have found that when I just paste in the <object> code alone
    created when I publish the movie out of flash into my HTML document, the space disappears.  I have tried removing all line breaks and extra spaces
    from the swfobject code to no avail.  This also happens when I add the movie in using Dreamweaver CS4 (insert->media->swf) , which uses
    swfobject.
    Here is an affected page, note the space under both the header flash movie, and the main movie under the nav: http://hamptonsdesignstudio.com/index2.html
    Here is the page with just the object code and the desired design: http://hamptonsdesignstudio.com/index.html
    I would like to be able to use swfobject to provide alternate content for
    search engines, but not at the expense of breaking my design. Any
    suggestions ?
    Thanks,
    Colin

    Glad you figured it out.
    It would be good if you could mark this thread as Answered so the folks who help will not need to keep clicking on it.  thanks.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Form Line Space Work Around (permanently set leading)

    Hi All,
    new to the forums – I find the format confusing, but I'll try to do my best!
    I have discovered a way to permanently set the line space (leading) of a form field. If you all discover a better way, then let me know!
         Create a small, multiline text field anywhere. Name it "Reference". This field will become hidden and read only later, so don't worry too much about it.
         Enable it to have rich text formatting. This is done in the form field properties under "Appearance".
         Exit form field editing. Place a single space in that field (no other characters).
         Select that space, then hit command + e (ctrl +e on PC) to bring up the rich text formatting options.
         Select a font and size, then press "More."
         Click the paragraph tab, then select a line height. I prefer to use the "exactly" option from the drop down menu, makes it the most similar to setting type in Illustrator or Indesign.
         We're halfway done! Exit out of this field and save.
    This next part gets a little trickier because it requires some event javascript.
         Create a new miltiline text field. Worry about this one more, because this is the one the user will use. For this example, name it "Text"
         Like before, enable it to be multiline and rich text in the appearance settings.
         Go to the "Actions" tab of the form field properties.
         Choose event "on blur" and action "run javascript".
         Insert the following code:
    if (this.getField("Text").value == "") {this.getField("Text").richValue = getField("Reference").richValue;}
    This code tells the form field that when exited, if it is left empty, it should copy the exact rich text found in the form field "reference."
    Now set the field "Reference" to read only and hidden under "general" in form field properties. Exit form field editing. Select "Text" and type anything you want, then delete it. Click the field again. There is now a single space there! (invisible to user at first) that has saved all your formatting! If the user starts typing, it will be properly formatted. Make sure to save your document with the field "Text" having only the properly formatted space.
    Other Notes:
    There 100% is a value in the javascript to set line height. Otherwise, copying the ".richValue" of a field wouldn't allow this to work. Problem is, no one seems to know the syntax and can't find it in the API. My challenge to you guys is to find it! We've proven it exists. If we can find the syntax then we can avoid these complicated workarounds.

    Sorry, when I instruct you to adjust settings in the "appearance settings," I actually meant the options settings. Sorry for the confusion!

  • Unable to create a tablespace under user scott despite of many privileges

    Hi,
    I use user scott to test a rdf database using oracle 11.2.0.2 contained in oracle developer days in my oracle linux enterprise guest system. However, I am unable to create a tablespace under scott. The error message says insufficient privilege. Actually, I granted all privilege in Roles, System Privileges, Object Privileges to scott in the OEM panel. I also granted resource, create session, create table, unlimited tablespace to scott in sqlplus as well. However, I am still unable to create the tablespace. The command I used for creating tablespace is below:
    create tablespace rdf_tblspace
    datafile '\home\oracle\app\oracle\oradata\rdf_tblspace.dat' size 14m reuse
    autoextend on next 10m maxsize unlimited
    segment space management auto;
    Error at Command Line:1 Column:1
    Error report:
    SQL Error: ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    Any suggestions will be much appreciated. Thanks a lot in advance.

    user571093 wrote:
    Hi,
    Thanks for the helpful info. Can you pls show me how to grant REATE TABLESPACE system privilege to scott? The System Priveleges in OEM is not enough for scott? Thanks a lot.You should first go through [url http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9013.htm] this  This link contains details of GRANT command.
    create tablespace is a system privilage granted to a user by the DBA in below way:
    grant create tablespace to scott;

  • Leaving one line space before starting the text in smartforms

    Hi,
    I want to leave one line space before starting a text.
    i LEFT one line space on the text node but it's not working.
    eg: i need to print "Header text". Before printing this i need one line space. Created a blank node for space still not working. Can anyone help me on this.
    Thanks,
    Rose.

    Hi Rose,
                Enter a Line Feed in the Smartform Editor.
    in the editor type as ,
      "Header text"
    where / is Line feed and * is a Default Paragraph Format.
    Regards,
    Balakumar.G.

  • Clear white space under layer divs

    Is there a way to clear the white space under layer divs?  See below.  There are three layers, and then another div tag below that that has "Text".  The red area is pointing to the white space I need to get rid of.
    Here is the code:
    <html>
    <head>
    <style type="text/css">
      div.layer1 {
      background-color:lime;
      width:150px;
      height:150px;
      position:relative;
      top:10px;
      left:80px;
      z-index:2
      div.layer2 {
      background-color:yellow;
      width:100px;
      height:100px;
      position:relative;
      top:-60px;
      left:35px;
      z-index:1
      div.layer3 {
      background-color:orange;
      width:120px;
      height:120px;
      position:relative;
      top:-180px;
      left:175px;
      z-index:3
    </style>
    </head>
    <body>
    <div class="layer1">
      Layer One<br>
      Layer One<br>
      Layer One<br>
      Layer One<br>
      Layer One<br>
    </div>
    <div class="layer2">
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
    </div>
    <div class="layer3">
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
    </div>
    <div> Text </div>
    </body>
    </html>

    There is really no such thing as a "layer div". Old versions of Dreamweaver used the name "layer" to mean an absolutely positioned div.
    What you have done is to create relatively positioned divs. A relatively positioned element is moved from its normal place in the flow of the document without affecting other elements.
    Your three divs have a combined height of 370px. As a result, your text is placed that far down the page.
    If you wanted to move it up, you would need to give the Text div an ID and a negative top margin of -170px.
    #textdiv {
        margin-top: -170px;

  • Extra space under footer

    I am trying to figure out why i am getting this extra space under the footer in some browsers and not others, it works in firefox and google and IE it has a huge space under the footer to the bottom of the page on the browser.  please tell me how to fix this.
    <!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">
    body {
        background-color: #CCC;
    html, body {
        padding: 0px;
        text-align: center;
        margin: 0px;
    #wrapper {
        width: 1024px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    #header {
        height: 60px;
        width: 1024px;
        background-color: #0CDADA;
    #NavBar {
        height: 25px;
        width: 1024px;
        background-color: #A2ECF0;
    #content {
        height: 450px;
        width: 600px;
        float: left;
        background-color: #FFF;
    #sidebar {
        height: 450px;
        width: 424px;
        clear: none;
        float: right;
        background-color:  #fff;
    #footer {
        height: 25px;
        width: 1024px;
        clear: both;
        background-color: #A2ECF0;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">Content for  id "header" Goes Here</div>
      <div id="NavBar">Content for  id "NavBar" Goes Here</div>
      <div id="content">Content for  id "content" Goes Here</div>
      <div id="sidebar">Content for  id "sidebar" Goes Here</div>
      <div id="footer">Content for  id "footer" Goes Here</div>
    </div>
    </body>
    </html>

    do all three go to the bottom of page or is there space in the middle?  I'm not sure if you can get these links becuase they are test pages but here they are.
    file:///C:/Users/user/Documents/Naturalserenityonline/natsiteoption22.html
    C:\Users\user\Documents\Naturalserenityonline\natsiteoption22.html
    file:///C:/Users/user/Documents/Naturalserenityonline/natsiteoption22.html
    now they all three have space after the header to the bottom.. ugh
    i may have posted the wrong one. this is another one i created and this one works in firefox but not google chrome and IE.
    <!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">
    body {
        background-color: #CCC;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
    #wrapper {
        width: 1024px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        height: 100%;
    #header {
        height: 100px;
        width: 1024px;
        background-color: #939;
    #NavBar {
        height: 25px;
        width: 1024px;
    #content {
        height: 450px;
        width: 600px;
        float: left;
    #sidebar {
        height: 450px;
        width: 424px;
        float: right;
    #footer {
        height: 25px;
        width: 1024px;
        clear: both;
        background-color: #960;
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">Content for  id "header" Goes Here</div>
      <div id="NavBar">Content for  id "NavBar" Goes Here</div>
      <div id="content">Content for  id "content" Goes Here</div>
      <div id="sidebar">Content for  id "sidebar" Goes Here</div>
      <div id="footer">Content for  id "footer" Goes Here</div>
    </div>
    </body>
    </html>

  • With header line & with out header line ?

    what is difference between with header line & without header line ?

    When you create an internal table object you can also declare a header line with the same name. You can use the header line as a work area when you process the internal table. The ABAP statements that you use with internal tables have short forms that you can use if your internal table has a header line. These statements automatically assume the header line as an implicit work area. The following table shows the statements that you must use for internal tables without a header line, and the equivalent statements that you can use for internal tables with a header line:
    Operations without header line
    Operations with header line
    Operations for all Table Types
    INSERT <wa> INTO TABLE <itab>.
    INSERT TABLE ITAB.
    COLLECT <wa> INTO <itab>.
    COLLECT <itab>.
    READ TABLE <itab> ... INTO <wa>.
    READ TABLE <itab> ...
    MODIFY TABLE <itab> FROM <wa> ...
    MODIFY TABLE <itab> ...
    MODIFY <itab> FROM <wa> ...WHERE ...
    MODIFY <itab> ... WHERE ...
    DELETE TABLE <itab> FROM <wa>.
    DELETE TABLE <itab>.
    LOOP AT ITAB INTO <wa> ...
    LOOP AT ITAB ...
    Operations for Index Tables
    APPEND <wa> TO <itab>.
    APPEND <itab>.
    INSERT <wa> INTO <itab> ...
    INSERT <itab> ...
    MODIFY <itab> FROM <wa> ...
    MODIFY <itab> ...
    Using the header line as a work area means that you can use shorter statements; however, they are not necessarily easier to understand, since you cannot immediately recognize the origin and target of the assignment. Furthermore, the fact that the table and its header line have the same name can cause confusion in operations with entire internal tables. To avoid confusion, you should use internal tables with differently-named work areas.
    The following example shows two programs with the same function. One uses a header line, the other does not.
    With header line:
    TYPES: BEGIN OF LINE,
    COL1 TYPE I,
    COL2 TYPE I,
    END OF LINE.
    DATA ITAB TYPE HASHED TABLE OF LINE WITH UNIQUE KEY COL1
    WITH HEADER LINE.
    DO 4 TIMES.
    ITAB-COL1 = SY-INDEX.
    ITAB-COL2 = SY-INDEX ** 2.
    INSERT TABLE ITAB.
    ENDDO.
    ITAB-COL1 = 2.
    READ TABLE ITAB FROM ITAB.
    ITAB-COL2 = 100.
    MODIFY TABLE ITAB.
    ITAB-COL1 = 4.
    DELETE TABLE ITAB.
    LOOP AT ITAB.
    WRITE: / ITAB-COL1, ITAB-COL2.
    ENDLOOP.
    Without header line:
    TYPES: BEGIN OF LINE,
    COL1 TYPE I,
    COL2 TYPE I,
    END OF LINE.
    DATA: ITAB TYPE HASHED TABLE OF LINE WITH UNIQUE KEY COL1,
    WA LIKE LINE OF ITAB.
    DO 4 TIMES.
    WA-COL1 = SY-INDEX.
    WA-COL2 = SY-INDEX ** 2.
    INSERT WA INTO TABLE ITAB.
    ENDDO.
    WA-COL1 = 2.
    READ TABLE ITAB FROM WA INTO WA.
    WA-COL2 = 100.
    MODIFY TABLE ITAB FROM WA.
    WA-COL1 = 4.
    DELETE TABLE ITAB FROM WA.
    LOOP AT ITAB INTO WA.
    WRITE: / WA-COL1, WA-COL2.
    ENDLOOP.
    The list, in both cases, appears as follows:
    1 1
    2 100
    3 9
    The statements in the program that does not use a header line are easier to understand. As a further measure, you could have a further work area just to specify the key of the internal table, but to which no other values from the table are assigned.
    Internal table with header line
    you can use anywhere except obkect oriented concept.
    Internal table without header line :
    You should use in Object oriented concept..
    Always try to use without header line,performance point of view it is best..
    Example :
    Without header line.
    Structure
    types : begin of ty_itab ,
    matnr type mara-matnr,
    end of ty_itab.
    Internal table
    data i_itab type standard table of ty_itab .
    Work area
    data wa_itab like line of i_itab
    With header line
    data : begin of i_itab occurs 0,
    matnr like mara-matnr,
    end of i_itab
    itab with header lines are obsolete, anyway it will work but not recommended. instead use work area or more effiecient is field symbols. so donot use itab with header line.
    i will explain use of itab w/o header line.
    Data: itab1 type standard table of mara with header line occurs 0,
            itab2 type standard table of mara,
            wa_itab2 type mara.
    loop at itab1.
    "This will work fine.
    endloop.
    loop at itab2.
    "This will give erro that itabd does not hav workarea
    endloop.
    "so write
    loop at itab2 into wa_itab2.
    "This will work
    endloop.
    <b>The difference between
    whih header line and with out heater line of internal table.
    ex:-
    a) Data : itab like mara occurs 0 with header line.
    b) Data: itab like mara occurs 0.
    -While adding or retrieving records to / from internal table we have to keep the record temporarily.
    -The area where this record is kept is called as work area for the internal table.
    -The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line.
    -Header line is a implicit work area for the internal table. It depends on how the internal table is declared that the itab will have the header line or not.
    a) Data : itab like mara occurs 0 with header line.
    table is with header line
    b) Data: itab like mara occurs 0.
    table is without header line</b>
    regards,
    srinivas
    <b>*reward for useful answers*</b>

  • How to leave half line space in SAP Script

    Actually , I have a doubt regarding half line spacing on SAP Script ..
    I am working on Cheque Printing with  fbz5
    Now the issue in  the date, there are 8 box for the date in cheque .
    i.e  0 2 0 7 2 0 1 4
    Currently the date is comming on the cheque box ..like half up the box and half inside
    IF I give one space in cheque  window of my script with  /   its taking complete 1 space
    and result is ,it going down ..with one space
    I want to leave exact half line space ..so date is  adjusted  in the middle .
    I also tried moving my cheque  window from  upper margin in all format(CH , CM , MM  IN ..) above
    But it is taking exact one space .

    Hi Darshit,
    While creating the tab position, you have a option of line spacing.
    make it to 0.5 lines, to make exact half line.
    And also another way out, you can check by moving the 8 box created for the date up by 0.5 lines.
    Regards,
    Ganesh Lathi.

  • White space under table on page how to get rid of it

    I created a new page, inserted a table to fill the page and
    put in a background color. When I look at the page in Dreamweaver,
    there is no white space under the table at the bottom of the page.
    When I preview the page in a browser, the table ends about an inch
    from the bottom of the page and I have about an inch of white space
    under the table. Does anyone have an idea why this is happening?
    Thanks for any help you can give. I'm going crazy trying to
    get rid of it.
    Diane

    Fix up the errors with your html firstly - then see where you
    are at with
    the page....
    The first thing to do would be to get rid of the table
    heights - it's
    invalid and won't render cross browser anyway. Error:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.comcast.net%2F~moordian%2F
    PS: Are you working on a PC or a Mac?
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "diane7" <[email protected]> wrote in
    message
    news:efa1h5$o12$[email protected]..
    > When I am working on the page in Dreamweaver, I can't
    add content any
    > lower
    > than the gold bar at the bottom. In fact, none of the
    white under the
    > gold bar
    > shows up in Dreamweaver, when I'm working on the page.
    It only shows up
    > when I
    > preview it or publish it. That's why I'm so baffled. The
    gold bar should
    > be
    > the bottom of my index page but that white shows up in
    the published
    > version
    > underneath it. My page properties are set to 0 margins
    on all four sides
    > of
    > the page and the table is set to 0 padding and 0 cell
    spacing, so I don't
    > think
    > that's it.
    > Diane
    >

  • Need to Create Line Items through CRM_ORDER_MAINTAIN

    Hi all,
    I need code for creating Line Items with product and Quantity through CRM_ORDER_MAINTAIN,
    I am able to create header and the partner data through CRM_ORDER_MAINTAIN.
    Suggest the solution.

    Since you have already used the function module CRM_ORDER_MAINTAIN for partners, it shouldn't be difficult for you to use it for more sets of data. Well, the idea is to know what is required to be filled in the input fields and keys. There is a report program CRM_ORDER_READ. Use this with an existing transaction that contains the type of data you want to know about. You will get lot of insight into the data required to for any set of data.
    Also, see this thread for some sample code
    Set item, partner data of sales order using BAPI_BUSPROCESSND_CREATEMULTI

Maybe you are looking for