Adjust leading (line height) in form field

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Re: Adjust leading (line height) in form field

    I'm having the same issue. Please could you explain how to let the user change the leading.

    thanks
    Chris_Pook@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. line-height style negated by image insertion
      The line-height attribute works fine in IE using this code: Stylesheet: .text2 { font-family: Arial, Helvetica, sans-serif; font-weight:bold;...
    2. copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
      I have a web form with several fields. If I copy & paste from a RTF document into a field, the javascript validation and field length are bypassed...
    3. form: single line -- multiple text boxes -- one typing field - how?
      please excuse my ignorance. am a newbie. I saw a fillable form, that shows:- a single line with multiple text boxes for entering each letter of a...
    4. replace leading whitespaces in every new line
      On 2004-02-02, Mads Kristiansen <none@none.dk> wrote: $position = strpos($text," "); while ($position > 0) { while ($text == " ") { $text =...
    5. CSS line height bug with lists in Opera?
      I was hoping someone could shed some light on a CSS bug... I have an <ul> unordered list with the line-height set to 1.5em. IE and Netscape...
  3. #2

    Default Re: Adjust leading (line height) in form field

    Chris,

    You'd have to set the field up to be multiline and to "Allow Rich Text Formatting", thus allowing the user to modify the settings via the "Properties Bar" by adjusting the paragraph spacing settings.

    George
    George_Johnson@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139