RonB
|
| Posted: 06/23/2002, 5:36 AM |
|
Hi there,
I want to show html in a dropdown list. Is this at all possible.
I have a table that has the content of a directory with images in it. I
would like to let the user see the image instead of the file name in the
dropdownlist. Can this be done?
RonB
|
|
|
 |
RonB
|
| Posted: 06/23/2002, 5:37 AM |
|
Sorry forgot to mention : PHP and MySQL
RonB
"RonB" <r.borkent@123chello.nl> schreef in bericht
news:af4fcu$6n7$1@news.codecharge.com...
> Hi there,
>
> I want to show html in a dropdown list. Is this at all possible.
> I have a table that has the content of a directory with images in it. I
> would like to let the user see the image instead of the file name in the
> dropdownlist. Can this be done?
>
> RonB
>
>
|
|
|
 |
Labs4.com
|
| Posted: 06/26/2002, 1:57 PM |
|
you cannot add HTML code inside dropdown, it's impossible. You can only
affect list appearance and row apperance by used style (cascade style sheet)
like change font, color, background color etc.
Josef
"RonB" <r.borkent@123chello.nl> wrote in message
news:af4fe9$6p1$1@news.codecharge.com...
> Sorry forgot to mention : PHP and MySQL
>
> RonB
>
>
> "RonB" <r.borkent@123chello.nl> schreef in bericht
>news:af4fcu$6n7$1@news.codecharge.com...
> > Hi there,
> >
> > I want to show html in a dropdown list. Is this at all possible.
> > I have a table that has the content of a directory with images in it. I
> > would like to let the user see the image instead of the file name in the
> > dropdownlist. Can this be done?
> >
> > RonB
> >
> >
>
>
|
|
|
 |
|