Comment box |
Comment box |
Aug 8 2006, 11:23 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Aug 2005 Member No: 204,758 |
how do I hide all my comments and leave only a comment box, which only i can see the comments?
|
|
|
|
![]() |
Aug 8 2006, 11:27 PM
Post
#2
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
Here's the comment box code..
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="Your friend ID number" type="hidden"><textarea name="f_comments" cols="40" rows="7" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" style="overflow:auto;"></textarea><br> <input value="add comment" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="submit"> <input value="clear" style="border-width: 1px; border-style: solid; border-color: ######; font-family: Tahoma; font-size: 10px; color: ######; background-color: ######;" type="reset"></form> And to hide your comments, put this at the bottom of Who I'd Like to Meet: <div style="position:relative; height:400px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td> |
|
|
|
Aug 9 2006, 12:32 AM
Post
#3
|
|
|
chill ![]() ![]() ![]() ![]() Group: Member Posts: 113 Joined: Apr 2005 Member No: 124,700 |
couldn't the style in the div tag just be display:none; ?
|
|
|
|
Aug 9 2006, 12:34 AM
Post
#4
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 |
^Try it, see if it works. If it does, submit it to the scripts
|
|
|
|
![]() ![]() |