Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Ross B #1
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
-
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:... -
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... -
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"... -
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... -
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,... -
T.Pastrana - 4Level #2
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



Reply With Quote

