I'm looking to find a way to enter some normal html coding into a submission box, convert it to encoded html and be able to see what the encoded html would look like on a webpage that is built to accept it. Is there a way of doing this? If not, could you code it? An an example:
HTML Encoding Problem
3
I'm looking to find a way to enter some normal html coding into a submission box, convert it to encoded html and be able to see what the encoded html would look like on a webpage that is built to accept it. Is there a way of doing this? If not, could you code it?
An an example:
enter this:
<bold style="font-weight: bold;">this is bold</bold><span style="font-weight: bold;">
convert it to this:
<bold style="font-weight: bold;">this is bold</bold><span
style="font-weight: bold;">
and then view what it would look like on a page:
this is bold
An an example:
enter this:
<bold style="font-weight: bold;">this is bold</bold><span style="font-weight: bold;">
convert it to this:
<bold style="font-weight: bold;">this is bold</bold><span
style="font-weight: bold;">
and then view what it would look like on a page:
this is bold
- michael_gourlay
- Fahmzie
- Nitin Kumar Banned
Next Topics on Trending Feed
-
3