RE: [Flashcoders] advice needed: textformatting or css?

2006-10-26 Thread GregoryN
Hello Jason, You're right. If you remember, I was trying to make an editor for css-based text. Now I've ended up with transferring the "text+css+html" thing back and forth - into and out from TextFormat. While it requires several times more code, it seems to work without "dirty tricks" (not finish

RE: [Flashcoders] advice needed: textformatting or css?

2006-10-26 Thread Merrill, Jason
hursday, October 26, 2006 2:41 AM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] advice needed: textformatting or css? >> >>Hello, >> >>I had similar problem (space below the text) in one project this year. I ended up >>with the >>following: &

Re: [Flashcoders] advice needed: textformatting or css?

2006-10-25 Thread GregoryN
Hello, I had similar problem (space below the text) in one project this year. I ended up with the following: 1) Edges of the text field itself are NOT used to show the "space". You just use no borders, bg etc, so no one can say where are textfield edges :-) 2) To show padding and other "space aro