> > while ( my($first, @full_list)=$list_tbl->fetchrow){ > > print "<option>"$first; > > } > > technically I LIKE the answer, but PLEASE close it!!! > > print "<option>" . $first . "</option>" ; > > the more of these that we get in the habit of making > kosher - the better.
Closing HTML tags is part of the specification, i.e. not optional for syntactically correct HTML. Such HTML only works with most browsers due to the proliferation of badly coded HTML. If it wasn't for that, then browsers wouldn't have such a hard time parsing HTML (and would therefore be faster). Alas, web designers cut back on HTML tags to improve the download times - a mixed blessing. Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]