Thomas
|
| Posted: 03/29/2005, 1:04 PM |
|
Hi,
As we know the content of a label can be Text or HTML, so is it possible to do the same for ListBox? Since I can not find the Content property for ListBox, how can we switch from Text to HTML?
If anyone know how to, please show me. Thank you very much.
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 03/30/2005, 1:04 AM |
|
Thomas,
If you want to change Lustbox’s background, font, etc. it could be done via STYLE attribute added to <select> tag.
But if HTML code is stored inside values you want to output in a listbox, I’m afraid it is not accepted. At least I don’t know how to do it.
_________________
Regards,
Nicole |
 |
 |
|