Log In · Register

 
 
Closed TopicStart new topic
hide extended network + blogs [script doesnt work]
RACHH x3
post May 30 2006, 07:16 AM
Post #1


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



i just looked throught the scripts,
for the code to hide extended network and blogs,
and i used it, but it doesnt work.
is there another code?? :/
 
*This Confession*
post May 30 2006, 07:19 AM
Post #2





Guest






myspace link?
its probably something you used in your myspace code..

you didn't hide your bottom links or anything in your code?
 
RACHH x3
post May 30 2006, 07:23 AM
Post #3


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



i copy and pasted the EXACT code
from the script. idk whats happening.
im doing it right.

heres my link:
CLICK.
 
xix_inu_xix
post May 30 2006, 12:36 PM
Post #4


Fuck you
****

Group: Member
Posts: 244
Joined: Nov 2005
Member No: 302,735



Use this code to hide blog + network:
CODE
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}


Then use this code to remove the space which will be made by hiding the blog + extended network:
CODE
.note {bring the tables up more}
td.text table {position:relative; top: -200px;}
td.text table table {position:static;}


Adjust the 200px to whatever you'd like
 
RACHH x3
post May 30 2006, 02:02 PM
Post #5


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



AH it didnt work!
i put in both codes and nothing happened!
HELPPPPPPPPPPPPPPP!
 
xix_inu_xix
post May 30 2006, 02:04 PM
Post #6


Fuck you
****

Group: Member
Posts: 244
Joined: Nov 2005
Member No: 302,735



We'll I'm using that code right now myself and it works just fine. Show us which codes you're using for your profile. There's probably another code conflicting with the hiding network. We can't help if we don't know what we're dealing with.
 
RACHH x3
post May 30 2006, 02:05 PM
Post #7


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



do you want the codes them selves?
or just like what im hiding or changing?
 
xix_inu_xix
post May 30 2006, 02:17 PM
Post #8


Fuck you
****

Group: Member
Posts: 244
Joined: Nov 2005
Member No: 302,735



The codes you're currently using. I can go through them on my dummy account and fix try to find out what your problem is.
 
RACHH x3
post May 30 2006, 02:18 PM
Post #9


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



well here (just in case):

to have black border around page:
CODE
<style type="text/css">body {border: 30px solid BLACK;}</style>


to make my display name bigger:
CODE
<style>.nametext{ font-family: Times New Roman; font-size: 40px; color: 000000;}</style>


to change all fonts to 'arial':
CODE
<style>font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; color: 000000; font-size:11px; }
textarea, input {font-family: arial; font-size: 13px; color: 000000; text-transform:lowercase; letter-spacing:3px; background-color:ffffff;border:1px solid black;cursor:crosshair;}</style>


to have a comment link:
CODE
<div align="center">
<a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=60854353">COMMENT?!</a></div></center>


to have a picture with text to the right of it:
CODE
<img src="MY PIC URL HERE";div style; align=left>

then BLAH BLAH BLAH BLAH [my text]

i forgot what this hides:
CODE
<style type="text/css">
table t..
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
</style>


to have a backround image (dont have one currently):
CODE
<style type="text/css">
body {
background-image: url( );
background-position: center;
background-repeat: repeat;
background-position: fixed;
}
</style>


i forgot what this hides too:
CODE
<style type="text/css">
td.text td.text table table table,
td.text td.text table br,
td.text td.text table .orangetext15,
td.text td.text .redlink,
td.text td.text span.btext
{display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}
td.text td.text {height:0;}
td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>



those are all in my 'about me'.
do you need any others?
 
*This Confession*
post May 30 2006, 02:25 PM
Post #10





Guest






get rid of the codes you used to hide the bottom links
and then try hiding the blogs and stuff and moving them up
 
xix_inu_xix
post May 30 2006, 02:31 PM
Post #11


Fuck you
****

Group: Member
Posts: 244
Joined: Nov 2005
Member No: 302,735



The code you're using right here does nothing for you really
CODE
<style type="text/css">
td.text td.text table table table,
td.text td.text table br,
td.text td.text table .orangetext15,
td.text td.text .redlink,
td.text td.text span.btext
{display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}
td.text td.text {height:0;}
td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>


Instead use these ones

To hide top and bottum links
CODE
<style type="text/css">
.note {Hide Top Links }
div table form {visibility:hidden;}
div table tr td font {visibility:hidden;}

.note {Hide Bottom Links}
a.text, table div font a, table div div {visibility:hidden;}
table td div div font {visibility:hidden;}
table tr td div div {visibility:hidden; background-color:transparent; border: 0px;}
table div font a, table div div {visibility:hidden; display:none; background-color:transparent; border: 0px; }
</style>


To hide extended network and blogs
CODE
<style type="text/css">
.note {remove blogs & extended network}
table td table tr td.text table {visibility:hidden;}
table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;}
</style>


-Edit- Opps forgot the code to move the right column up XD. here you go
CODE
<style type="text/css">
.note {bring the tables up more}
td.text table {position:relative; top:-196px;}
td.text table table {position:static;}
</style>
 
RACHH x3
post May 30 2006, 02:52 PM
Post #12


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



the moving up of the tables code doesnt work!
AHHHH! this is horrible! lolzz

and like a little bar of prange under 'i'd like to meet' shows,
how do i fix that?
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: