&streamDelim newline;
<select name = "&name" &otherOptions>
%if %length(&blank) ne 0
%then %str(&streamDelim newline;
<option value="&blankValue">&blank
Generate the select tag and make sure it starts on a new line to prevent it from wrapping.
Return