L Lee Guest Apr 27, 2009 #1 You know how when you're making a myspace layout and you hit generate or whatever and your HTML code is in a box. How do I go about getting my own HTML box so I can put codes in it? If thats understandable to you.
You know how when you're making a myspace layout and you hit generate or whatever and your HTML code is in a box. How do I go about getting my own HTML box so I can put codes in it? If thats understandable to you.
A Angry Grandma New member Apr 27, 2009 #2 <form method="post" action=""> <textarea name="comments" cols="40" rows="5"> Enter your comments here... </textarea><br> <input type="submit" value="Submit" /> </form>
<form method="post" action=""> <textarea name="comments" cols="40" rows="5"> Enter your comments here... </textarea><br> <input type="submit" value="Submit" /> </form>
A Angry Grandma New member Apr 27, 2009 #3 <form method="post" action=""> <textarea name="comments" cols="40" rows="5"> Enter your comments here... </textarea><br> <input type="submit" value="Submit" /> </form>
<form method="post" action=""> <textarea name="comments" cols="40" rows="5"> Enter your comments here... </textarea><br> <input type="submit" value="Submit" /> </form>