RE: [Flashcoders] Images in textFields..

2006-03-21 Thread Karim Beyrouti
March 2006 11:24 To: Flashcoders mailing list Subject: Re: [Flashcoders] Images in textFields.. for the seconf problem try this img hspace='4' vspace='4' src='myimg.jpg' horizontal around space and vertical around space!!! Karim Beyrouti wrote: Hello !... I am working with HTML and images

Re: [Flashcoders] Images in textFields..

2006-03-10 Thread Flash guru
Why not use css on the img tag and set some properties that way. On 2/28/06, GregoryN [EMAIL PROTECTED] wrote: I'd suggest to look in archive: November, 2005, thread Loading multiple images inside dynamic text field Also, It'll be helpful if you show us some of your code... -- Best

[Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
Hello !... I am working with HTML and images in textField's, and am wondering how one would keep images ( img src=myimg.jpg ) inline with the text? I am trying to have text on one line then the image on another line. Also Another problem I get with img src=myimg1.jpgimg src=myimg2.jpg is that

Re: [Flashcoders] Images in textFields..

2006-02-28 Thread Adrian Park
Without trying it myself I can't answer your first question but for your second question, have you tried specifying the width and height attributes of your img tags? This might prevent overlapping. e.g. img src=myimg1.jpg width=20 height=20 On 2/28/06, Karim Beyrouti [EMAIL PROTECTED] wrote:

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
Yep, I am using the width / height attributes of the img tag. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Park Sent: 28 February 2006 12:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] Images in textFields.. Without trying

Re: [Flashcoders] Images in textFields..

2006-02-28 Thread James Deakin
Odd i'm having the same problem On 28 Feb 2006, at 12:48, Karim Beyrouti wrote: I am working with HTML and images in textField's, and am wondering how one would keep images ( img src=myimg.jpg ) inline with the text? I am trying to have text on one line then the image on another line.

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
a shame, I kinda liked the simplicity of images and text living in one field together. - karim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Park Sent: 28 February 2006 12:37 To: Flashcoders mailing list Subject: Re: [Flashcoders] Images

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
seems lots of people have had the same problem... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Deakin Sent: 28 February 2006 13:00 To: Flashcoders mailing list Subject: Re: [Flashcoders] Images in textFields.. Odd i'm having the same problem

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Merrill, Jason
mailing list' Subject: RE: [Flashcoders] Images in textFields.. seems lots of people have had the same problem... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Deakin Sent: 28 February 2006 13:00 To: Flashcoders mailing list Subject: Re

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
I guess there is no workarround ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 28 February 2006 15:43 To: Flashcoders mailing list Subject: RE: [Flashcoders] Images in textFields.. Unfortunately it's buggy and has been

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Merrill, Jason
To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Images in textFields.. I guess there is no workarround ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 28 February 2006 15:43 To: Flashcoders mailing list Subject: RE

RE: [Flashcoders] Images in textFields..

2006-02-28 Thread Karim Beyrouti
] On Behalf Of Merrill, Jason Sent: 28 February 2006 16:20 To: Flashcoders mailing list Subject: RE: [Flashcoders] Images in textFields.. Just a lot of br tags is the only solution I've found. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From