How can I make to enter special symbols in a html text component?
In my project, I have to enter special symbols like Lamda into a html textfiled component.When I enter Lamda,then the information does not displays exactly like lamda.How can I make a textfiled component, for supporting to enter all type of characters?
Public Comments
- try using the right font and/or character encoding.
- For lambda (λ) type: & lambda; (without space after &) Search for HTML code entities, you should be able to find many symbols.
Powered by Yahoo! Answers