hide stufzzz |
hide stufzzz |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 72 Joined: Jan 2006 Member No: 363,193 ![]() |
i need two codes please:
-to hide top 8 AND link to see friends. -comments. THANKSSS YOUUUU! :D |
|
|
![]() |
![]()
Post
#2
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 ![]() |
hide top 8 and/or comments:
http://www.createblog.com/forums/index.php?showtopic=122437 http://www.createblog.com/forums/index.php?showtopic=132077 http://www.createblog.com/forums/index.php?showtopic=122438 http://www.createblog.com/forums/index.php?showtopic=122447 http://www.createblog.com/forums/index.php?showtopic=122375 hide links: put in about me {”View all friends” and “invite more” link style} a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } a.redlink:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} <style> td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible;} td.text td.text td a {visibility:hidden;}</style> |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 72 Joined: Jan 2006 Member No: 363,193 ![]() |
thanks.
they worked! how do i add a link to "add a comment" or do you know a code for a comment box? |
|
|
![]()
Post
#4
|
|
![]() There Are Strange Things Afoot At The Cirlce K ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,130 Joined: Oct 2005 Member No: 253,395 ![]() |
comment box:
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="Your Friend ID here" type="hidden"><textarea name="f_comments" cols="40" rows="4" style="border-width: 1px; border-style: solid; border-color:000000; font-family: Arial Narrow; font-size: 12px; color:000000; background-color:FFFFFF;" style="overflow:auto;"></textarea><br> <input value="Post" style="border-width: 1px; border-style: solid; border-color:000000; font-family: Arial Narrow; font-size: 12px; color:000000; background-color:FFFFFF;" type="Submit"> <input value="Cancel" style="border-width: 1px; border-style: solid; border-color:000000; font-family: Arial Narrow; font-size: 12px; color:000000; background-color:FFFFFF;" type="reset"></form> comment link: <a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=YOUR FRIEND ID HERE">Text Here</a> |
|
|
![]() ![]() |