T
Trevor L.
I have this code:
<form>
<select onChange="if(options[selectedIndex].value)
top.location.href=(options[selectedIndex].value)">
<option>---Select one---</option>
<option value="http://........./">
Martin's ACTION Bus Photos</option>
<option value="http://......../.">
Graham "Speed" Down's Website</option>
</select>
</form>
My query is:
Can I put line breaks in the text after the option tag?
(I have tried the normal things: <br>
\n)
As it exists, the length of the text in the option tag widens the form, and
I would prefer it to be narrower with each box deeper (so as to fit in a
narrow frame)
Can this be done?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
<form>
<select onChange="if(options[selectedIndex].value)
top.location.href=(options[selectedIndex].value)">
<option>---Select one---</option>
<option value="http://........./">
Martin's ACTION Bus Photos</option>
<option value="http://......../.">
Graham "Speed" Down's Website</option>
</select>
</form>
My query is:
Can I put line breaks in the text after the option tag?
(I have tried the normal things: <br>
\n)
As it exists, the length of the text in the option tag widens the form, and
I would prefer it to be narrower with each box deeper (so as to fit in a
narrow frame)
Can this be done?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html