How to remove Blurbs section entirely |
![]() ![]() |
How to remove Blurbs section entirely |
Apr 30 2007, 02:49 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2007 Member No: 520,694 |
Hey everyone, I've been looking around for weeks on how to do this. What I want to do is remove the ENTIRE blurbs section on my profile, table border and everything. How on earth do I go about this?
|
|
|
|
Apr 30 2007, 03:02 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
There is no 100% working code to just hide blurbs, I believe. Although I do have an idea.
As you would for Who I'd Like To Meet, place this at the TOP of your about me area: CODE <div style="height:0pt;width:0px;overflow:hidden;overflow-x:hidden;"> <table><tr><td><table><tr><td> Then also place this in your about me: CODE <style>.orangetext15{display: none;}</style> Also, you could try using this code: CODE <style>td.text table {display:none;} td.text table table {position:static;}</style> Though I never tested it before, and I'm not sure it will work. |
|
|
|
May 1 2007, 02:40 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2007 Member No: 520,694 |
Thanks for your help! It just kinda sorta didn't work
The first codes removed everything including friends and comments, and the last code removed the entire right side of my profile. poo. |
|
|
|
May 1 2007, 05:54 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style type="text/css"> td.text td.text .orangetext15, .btext{display:none;} td.text td.text {background-color:white;} </style> For about me & I'd like to meet as well: CODE <style type="text/css">.orangetext15{display:none;}</style>
|
|
|
|
May 1 2007, 10:08 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Apr 2007 Member No: 520,694 |
THANK YOU SOOOOO MUCH!!!!
One last thing, is there a way to get rid of the empty box that's there now? |
|
|
|
May 2 2007, 12:56 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
The about me box? Not that I know of. But because the titles are hidden you can easily just make it into your own custom box-ish-type thing.
|
|
|
|
![]() ![]() |