Can anyone help me with a HTML issue?

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

Guest
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.
 
<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>
 
Back
Top