Mean can't... On Thu, Nov 10, 2011 at 2:32 PM, Richard Vézina <[email protected] > wrote:
> Yeah I can take this awful shortcut :( > > Thanks Anthony. > > Richard > > > On Thu, Nov 10, 2011 at 2:27 PM, Anthony <[email protected]> wrote: > >> I don't think values inside <option> tags can include additional HTML >> markup. >> >> Anthony >> >> >> On Thursday, November 10, 2011 2:06:22 PM UTC-5, Richard wrote: >> >>> Ok I think you were asking if it were the select html menu... >>> >>> Select menu and I want option to display differently... >>> >>> I should not used the ul li helper... I just copied this lambda from >>> somewhere else in my code to try something and ul li seems to cause >>> confusion in this context. I want to have my option value to display >>> differently like this : >>> >>> <option value="389"><p>10-11-1/</p> <p>Volume 02/</p> <p>Tome 05 dtggfd/ >>> </p> <p>element1</p></**option> >>> >>> Instead of : >>> >>> <option value="389">10-11-1/Volume 02/Tome 05/element1</option> >>> >>> And I am not sure if it even possible... >>> >>> Hope it more clear. >>> >>> >>> Richard >>> >>> >>> >>> On Thu, Nov 10, 2011 at 1:34 PM, Anthony <[email protected]> wrote: >>> >>>> On Thursday, November 10, 2011 1:31:04 PM UTC-5, Richard wrote: >>>>> >>>>> Yes! >>>> >>>> >>>> It was an either/or question. Is it a <select> or a <ul> based menu? >>>> >>> >>> >

