Is it possible to have HTML in a button value to show as processed HTML? Like this the raw HTML tags are displayed on the button instead of 'two cubed'.
Many thanksCode:$value = "2<sup>3</sup>"; <input type = "button" name = "answerBTN" value="$value">


Reply With Quote



Bookmarks