xhtml label value unchangable
Posted
by Tyzak
on Stack Overflow
See other posts from Stack Overflow
or by Tyzak
Published on 2010-04-11T17:49:22Z
Indexed on
2010/04/11
17:53 UTC
Read the original article
Hit count: 273
hello, i want to output some text in an label
<input type="text" size="20" maxlength="20" name="pizza1" value="Margherita">
is there a parameter that the text (value=Margherita) can't be changed, so the text is just displayed.
is input type= "text" the best way to output text? (later on the text is dynamic created)
thanks
© Stack Overflow or respective owner