I want to show ONLY my comments in a DIV layout |
I want to show ONLY my comments in a DIV layout |
Aug 4 2008, 02:45 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Nov 2004 Member No: 61,418 |
I've searched the scripts...etc but I haven't found anything to specifically satisfy my needs. The script that shows comments almost did, but...well it didn't work out, because "Add Comments" doesn't seem to disappear.
What I need is a script that shows comments, but it doesn't show "Add Comments." If anyone could find one for me, I will be most grateful. Also, it would be nice if a pro would add some other stuff to it, to change the font/size/etc of it... |
|
|
|
![]() |
Aug 4 2008, 03:15 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Place this in your About Me:
CODE <style> .comments {position:absolute; left:50%; top:350px; _top:363px; margin-left:-422px; _margin-left:-430px; width:415px; _width:419px;} .friendspace, .orangetext15 {display:none;} .friendscomments {margin-top:-80px;} table.friendsComments img {max-width:365px} table.friendsComments a {max-width:90px} td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;} td.text td.text td a {visibility:hidden;} .friendscomments table, .friendscomments td {background-color:000000; color:ffffff; font:normal 8pt Arial; border:0px;} .blacktext10 {display:block; background-color:ffffff; color:000000; font:normal 8pt Arial; border:0px;} .friendscomments a {color:FF0000;} </style> If you want to change how it looks, just edit the text in bold. Now, place this at the bottom of your Who I'd Like To Meet: CODE <div class="comments"><table><tr><td><table><tr><td></div>
|
|
|
|
cherrinkim I want to show ONLY my comments in a DIV layout Aug 4 2008, 02:45 AM
cherrinkim Thanks so much for the fast reply! I'll tr... Aug 4 2008, 03:35 AM
Anarchy Replace all your About Me codes with this:
CODE... Aug 4 2008, 04:05 AM
fixtatik you can also use this to adjust your comments area... Aug 4 2008, 05:29 AM
cherrinkim Wow, thanks! You did exactly what I wanted to ... Aug 4 2008, 12:58 PM
cherrinkim CODE<style>
.comments {position:absolute; le... Aug 4 2008, 01:49 PM
Anarchy To answer your first question, the first bold text... Aug 4 2008, 03:15 PM![]() ![]() |