Thanks Daff for prompt response, however, I end up having a span inside a label. What I would like to achieve is a label inside a span so I can do some formatting on the span element. I want to create something like this:
<span>Login</span> <span><input type=text</input></span>
One option is to omit caption on text input so it does not display label then how do I put caption (innerHtml) within span element. html does not seem to work with span element.
Thanks again.