Text Areas in Pub 2002

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default Text Areas in Pub 2002

    I would like to add a text area with a scroll bar that will allow viewers to see a document longer than will fit on my webpage. It looks much like a text area form control, but it seems that the text area form control is designed for user input, not display

    Is there a way to do this in Publisher 2002?
    Teri Guest

  2. Similar Questions and Discussions

    1. Coursebuilder - 5 text areas for 5 possible scores. Eachpossible answer has its own text area
      I'm trying to build an inventory form that has different point values for each possible answer for a particular question. there will be 5 possible...
    2. Text with scroll bar in Pub 2002
      I have seen some web pages that have a box of text with a scroll bar that automatically resizes itself as you change the size of the window, so the...
    3. Text is squished in Pub 2002
      When working (and previewing) in Pub 2002, my text boxes appear correct, but once in html and on the net lines within the textboxes overlap (not...
    4. Translucent or Transparent TEXT Field areas
      I have seen in a few sites the use of Translucent or Tranparent TEXT FIELD AREAS, Does anyone know where i can find a tutorial for that effect? or...
    5. Text Areas
      Using Dreamweaver, asp VB. I'm creating a form that goes to a database. When outputting from the database, what typed into the text area looks...
  3. #2

    Default Re: Text Areas in Pub 2002

    refer to
    [url]http://www.davidbartosik.com/sitetips.htm[/url]
    you copy/paste the code in an html code frag.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Teri" <anonymous@discussions.microsoft.com> wrote in message
    news:E80A4415-4799-4AF7-841A-66057A7D2610@microsoft.com...
    > I would like to add a text area with a scroll bar that will allow viewers
    to see a document longer than will fit on my webpage. It looks much like a
    text area form control, but it seems that the text area form control is
    designed for user input, not display.
    >
    > Is there a way to do this in Publisher 2002?

    David Bartosik - MS MVP Guest

  4. #3

    Default Re: Text Areas in Pub 2002

    Thank you for your help. That worked fine.

    One other question. Forgive me if these seem elementary. I am very new at this

    When I include my text in the code fragment, I lose all paragraphing, blank lines, and bolded words. It just dumps it into the text area in a big lump. Is there a way to correct that?
    Teri Guest

  5. #4

    Default Re: Text Areas in Pub 2002

    Everything in a fragment is html code. Hence it's name.
    If you put text into the fragment then you need to write the html to format
    it.
    The code in a frag is a totally separate entity from the Publisher made
    code.
    How to write html is off topic for this forum but I can refer you to plenty
    of html resources at
    [url]http://www.davidbartosik.com/web.htm[/url]

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    "Teri" <anonymous@discussions.microsoft.com> wrote in message
    news:0FBAE327-4A18-42A4-A48C-4A73361461DE@microsoft.com...
    > Thank you for your help. That worked fine.
    >
    > One other question. Forgive me if these seem elementary. I am very new at
    this.
    >
    > When I include my text in the code fragment, I lose all paragraphing,
    blank lines, and bolded words. It just dumps it into the text area in a big
    lump. Is there a way to correct that?


    David Bartosik - MS MVP 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