Results 1 to 5 of 5

Thread: How to adjust Normal Text line hight

  1. #1
    Bert
    Guest

    Default How to adjust Normal Text line hight

    Hi,

    In NOF 10 I cannot figure out how to adjust the line hight.

    As it is now in a text box if I hit enter, it creates a blank line between
    the two lines of text. As in the attachment.

    How do I make them appear like this.

    This is a test
    This is a test


    Thanks,
    Bert




  2. #2
    =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
    Guest

    Default Re: How to adjust Normal Text line hight

    Pressing Enter by itself does a paragraph break.

    Shift+Enter does a line break.

    You want a line break.

    --
    Chuck Joslin
    BeyondFusion.com - Your Fusion Community
    www.beyondfusion.com

    Register domain names at www.awavedomains.com

    "Bert" <bert@NSmvps.org> wrote in message
    news:f9l1eb$75a2@flsun90netnews01.netobjects.com.. .
    > Hi,
    >
    > In NOF 10 I cannot figure out how to adjust the line hight.
    >
    > As it is now in a text box if I hit enter, it creates a blank line between
    > the two lines of text. As in the attachment.
    >
    > How do I make them appear like this.
    >
    > This is a test
    > This is a test
    >
    >
    > Thanks,
    > Bert
    >
    >
    >



  3. #3
    TheBox
    Guest

    Default Re: How to adjust Normal Text line hight

    Hi Bert,

    You would hit shift + enter at the same time to make a 'soft' break.
    -
    Bert

    "Bert" <bert@NSmvps.org> wrote in message
    news:f9l1eb$75a2@flsun90netnews01.netobjects.com.. .
    > Hi,
    >
    > In NOF 10 I cannot figure out how to adjust the line hight.
    >
    > As it is now in a text box if I hit enter, it creates a blank line between
    > the two lines of text. As in the attachment.
    >
    > How do I make them appear like this.
    >
    > This is a test
    > This is a test
    >
    >
    > Thanks,
    > Bert
    >
    >
    >




  4. #4
    Nancy O
    Guest

    Default Re: How to adjust Normal Text line hight

    Enter = <p>
    Shift+Enter = <br>

    Line height within paragraphs can be further adjusted in your site CSS but
    negative numbers are not allowed.

    Example
    p { line-height: 1.4em}

    or
    p {line-height: 0.9em}


    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com




    "Bert" <bert@NSmvps.org> wrote in message
    news:f9l1eb$75a2@flsun90netnews01.netobjects.com.. .
    > Hi,
    >
    > In NOF 10 I cannot figure out how to adjust the line hight.
    >
    > As it is now in a text box if I hit enter, it creates a blank line between
    > the two lines of text. As in the attachment.
    >
    > How do I make them appear like this.
    >
    > This is a test
    > This is a test
    >
    >
    > Thanks,
    > Bert
    >
    >
    >



    ----------------------------------------------------------------------------
    ----






  5. #5
    Bert
    Guest

    Default Re: How to adjust Normal Text line hight

    Thank everyone. I understand now.

    Bert

    Chuck «BeyondFusion» wrote:
    > Pressing Enter by itself does a paragraph break.
    >
    > Shift+Enter does a line break.
    >
    > You want a line break.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •