remove bar above about me and who i'd like to meet and my blurbs |
remove bar above about me and who i'd like to meet and my blurbs |
Aug 9 2008, 02:54 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Aug 2008 Member No: 675,635 |
How would I hid the bar thats left after I removed the extended network box and the blog box? Also how would I remove the part where its says my names' blurbs?
Here's a screenshot that can show the bar that I'd like to remove (it displays it better than I can describe) Here's the code I used to remove the extended network and the blog CODE .latestBlogEntry {display:none} table.extendednetwork {display: none;} I believe it should be table.latestBlogentry but I'm not sure
Reason for edit: please thumb large images :) -nat
|
|
|
|
![]() |
Aug 10 2008, 02:05 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Next time, use [codebox] tags instead of [code] tags for longer scripts. Anyway, try this:
CODE <style> .blurbs td.text {display:none;} .extendedNetwork, .latestBlogEntry {display:none!important; border:0px;} </style> That should hide the Blurbs bar/text. Hopefully it hides the border of the Extended Network table as well. |
|
|
|
mikey122 remove bar above about me and who i'd like to meet and my blurbs Aug 9 2008, 02:54 AM
fixtatik this might do the trick:
CODE.extendedNetwork, .la... Aug 9 2008, 07:34 AM
mikey122 nope :( Aug 9 2008, 10:54 AM
fixtatik what does the rest of the coding look like for you... Aug 9 2008, 09:44 PM
mikey122 CODE<style>.fcsS{}</style>
<sty... Aug 10 2008, 12:37 AM
mikey122 thanks anarchy, i actually just spend the last hou... Aug 10 2008, 02:33 AM
Anarchy Here's to edit your Display Name:
CODE<st... Aug 10 2008, 02:41 AM
mikey122 thanks, i'll test that out
i'm new to all... Aug 10 2008, 01:29 PM
Anarchy No problem. Aug 10 2008, 02:24 PM
mikey122 just an update but i still haven't removed tha... Aug 11 2008, 02:08 AM
mikey122 theres just a bar or border thats sitting above th... Aug 11 2008, 11:09 AM
schizo Did you try this?
CODE.extendednetwork {border... Aug 11 2008, 11:14 AM
mikey122 yup, heres the code again for my myspace profile
... Aug 11 2008, 12:21 PM
Da1nonlyjon its probably The Remains of Your BLOGS...
use thi... Aug 11 2008, 07:54 PM
mikey122 i have it at the end of my profile code Aug 12 2008, 02:22 AM
Anarchy Replace your codes with this:
CODE<style>
b... Aug 12 2008, 03:01 AM
mikey122 thanks, can you highlight the part you changed? I... Aug 12 2008, 12:52 PM
Anarchy CODE<style>
body { background-color:000000; ... Aug 12 2008, 01:45 PM
mikey122 the bold didn't show up but i see it now when ... Aug 12 2008, 02:58 PM
Anarchy Yes, that's what that line is for. Also, td.te... Aug 12 2008, 07:45 PM
mikey122 the codebox tag doesn't allow you to bold stuf... Aug 13 2008, 12:02 AM
manny-the-dino Topic Closed & Moved Aug 13 2008, 12:06 AM![]() ![]() |