
April 1st, 2001, 02:44 PM
|
|
Junior Member
|
|
Join Date: Mar 2001
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Quote: Originally posted by gareth_heyes
Hi Marc,
> Is there any way to have an <insert> field with an
> <option>
> in it which is already selected by default, cf. html's
> <option selected> tag?
In your <select> tag use the following :-
<select ivalue="0">
If you use 0 nothing will be selected, change the ivalue number for the different options. |
Great - that seemed to work fine.
Quote:
> Also, how does one put a pound [symbol into WML?
> The tag
> £ doesn't seem to work.
I used a pound sign WBMP image. You can find it at :-
URL |
Hmm...this kind of works. I found (at least with my
Nokia 7110) that images can only be displayed one to
a line. This makes using the pound sign on the same
line as text very difficult.
I've just been experimenting and found that ASCII 163
prints out a pound sign without any problems.
Thanks,
Marc
|