Justifying Dynamic Text

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Justifying Dynamic Text

    I am currently in the process of updating .txt files that are dynamically
    linked to my pages. The person who designed the dynamic setup does not know how
    to justify the text inside the .txt file. It currently shows up as ragged right
    and i need it to be justified on both sides. Can anyone help?

    Ross B Guest

  2. Similar Questions and Discussions

    1. problem with justifying text...
      Hi- I am making a prop menu for a film project, using Illustrator CS, and I am trying to justify all the columns of text (which is a list:...
    2. Dynamic text box within dynamic movie clip
      I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately...
    3. Justifying text in columns
      Tabs is the only way I know of. -- Don Vancouver, USA, a great city in one of the 45+ countries in America! "Nancy"...
    4. Justifying text
      I am typing text and trying to full justify it but the option is grayed out so I don't know what the problem is. Also, is there a way to wrap-around...
    5. Justifying type
      How in the world do I get the type to justify- a straight line down each side on version 6.0? I am trying to do columns. I click the 'type' tool,...
  3. #2

    Default Re: Justifying Dynamic Text

    The best way to do this would be to apply the text formatting to the
    container the text gets plopped into. You could create a CSS class and apply
    it to the container .. whatever it may be. Then any text taht gets put into
    this area will be justified by default and the person adding/changing the
    text doesn't have to worry about anything.

    ..justify {
    text-align: justify;
    }


    --
    Regards,
    ...Trent Pastrana
    [url]www.fourlevel.com[/url]



    "Ross B" <webforumsuser@macromedia.com> wrote in message
    news:e91701$p5r$1@forums.macromedia.com...
    >I am currently in the process of updating .txt files that are dynamically
    > linked to my pages. The person who designed the dynamic setup does not
    > know how
    > to justify the text inside the .txt file. It currently shows up as ragged
    > right
    > and i need it to be justified on both sides. Can anyone help?
    >

    T.Pastrana - 4Level 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