however, i have a myspace code with a comment box in it:
CODE
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="46340633" type="hidden"><textarea name="f_comments" style="width: 155px; height: 55px; border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" style="overflow:auto;">Lyke woaw, I totally <3 you.</textarea><br> <input value="Add Comment" style="width:155px; border-width: 1px; border-style: solid; border-color: 000000; font-family: Tahoma; font-size: 10px; color: 000000; background-color: transparent;" type="submit"></form>
however, notice that there is a textarea in there. the
CODE
</textarea>
closes the textarea that i have the coding in, causing the rest of the form after that textarea to actually appear (the add comment button actually shows up).is there another way to display the codes without a textarea?
will it work if i add in an iframe and point it at just a plain text document with the code in it?
