redciv2
08-25-2005, 10:52 PM
I want to create a custom comments box. I've found the code, but I don't want it to be located in my 'About Me' or 'Who I'd Like to Meet Sections'. Is it possible to put my comment box underneath the actual comments?---maybe with a DIV or something? (I don't know how to position DIVs on MySpace). Also, is there any way to make the imput text box bigger and change the colors and such on the button?
<form action="http://www.myspace.com/index.cfm?fuseaction=user.addComment" method="post" name="postcomment">
<input name="FriendID" value="00000000" type="hidden">
<input name="f_comments" value="Leave a Comment!" type="visible">
<input name="submit" value="Submit" class="button" .this.disabled="true;document.commentForm.submit();" type="submit">
</form>
<form action="http://www.myspace.com/index.cfm?fuseaction=user.addComment" method="post" name="postcomment">
<input name="FriendID" value="00000000" type="hidden">
<input name="f_comments" value="Leave a Comment!" type="visible">
<input name="submit" value="Submit" class="button" .this.disabled="true;document.commentForm.submit();" type="submit">
</form>