comment button on 1.0 profile |
![]() ![]() |
comment button on 1.0 profile |
May 11 2009, 04:23 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 8 Joined: Aug 2008 Member No: 676,445 |
yeaaah.
i hid my comments and stuff. how do i make a comment button? |
|
|
|
May 11 2009, 09:22 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
do you mean a button, or a link?
for link, something like this: CODE <a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=XXXXXX">Comment</a> you can always replace "Comment" with your own text or image. for a button: CODE <form action="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=XXXXXX"> <input type="submit" value="Comment" /> </form> again, you can change "Comment" to your own text. |
|
|
|
![]() ![]() |