Inserting Tabs in text displayed

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Inserting Tabs in text displayed

    I want to be able to insert a tab in a title that pops up when the user places
    their cursor over a field. I was able to inser carrige returns with chr(13).
    I just can't find the code to enter a tab. Thanks, Mike

    mdemahy Guest

  2. Similar Questions and Discussions

    1. How do you store formatted text to be displayed!
      Hi please can someone help. Im developing a dynamic website and all is well, but i want to be able to store all the text somehow on the database,...
    2. ILL. CS Text Tabs Print as Boxes in Word>PDF
      Use tabbed text in Ill. CS Export to Legacy eps (Ill. 8) Import eps to Word 2002 Print to PDF from Word PDF contains visibleboxes where tabs...
    3. FreeHand 11.0.1 and text tabs don't work - please help!
      I can not change the tabs on a activated textcontainer (tabs in the ruler above). when i mark my text to change the tab position, the text container...
    4. FreeHand 11.0.1 and Text-Tabs...
      How can I change the Tabs. It worked in 11.0 but not in 11.0.1. If I want to click on a tab, the textframe will be deactivated. It' s time to make...
    5. Text style that does NOT affect tabs!!! Please....
      Hi guys...and dolls.... A little thing: for our department it's "catalogue time" and as usual all is done in FH! Every year I create a couple of...
  3. #2

    Default Re: Inserting Tabs in text displayed

    Chr(9)

    --
    Ian O'Betz
    Clear Results Sytem Operator
    [url]www.clearresults.net[/url]


    "mdemahy" <webforumsuser@macromedia.com> wrote in message
    news:cv53ki$cic$1@forums.macromedia.com...
    I want to be able to insert a tab in a title that pops up when the user
    places
    their cursor over a field. I was able to inser carrige returns with
    chr(13).
    I just can't find the code to enter a tab. Thanks, Mike


    Ian O'Betz 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