in reply to Creating Multi-word Options

Oh my!! Please do put <code> around your code! And please use meaningfull subjects! Anyway your problem is that you do not quote the attributes of the <option> tag. Plus the selected attribute should have no value.

2006-09-14 Retitled by planetscape, as per Monastery guidelines

( keep:0 edit:19 reap:0 )

Original title: 'Re: elp me'

Replies are listed 'Best First'.
Re^2: Creating Multi-word Options
by davorg (Chancellor) on Sep 12, 2006 at 08:22 UTC
    Plus the selected attribute should have no value

    Depends which version of HTML you are using. In XHTML, it should be selected="selected" for the selected option and missing for all other options.

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg

    2006-09-14 Retitled by planetscape, as per Monastery guidelines


    Original title: 'Re^2: elp me'