I know how to embed webpages to my desktop. I want to be able to hit enter to go to the next line, but it just launches the html. It'd be nice to have an auto word wrap also. This is what I have:
<html>
<form>
<input type="text" style="width:200px; height:200px;">
</form>
</html>