Log In · Register

 
extended network.
Smarmosaur
post Jan 13 2008, 05:46 PM
Post #1


AKA RockIt Studios
******

Group: Official Member
Posts: 2,286
Joined: Jun 2006
Member No: 421,809



i searched a bit but it may not have been enough, so if there's a topic already, sorrrryyy!
now, to the problem.

i cannot get rid of this annoying little space left from my extended network (after hiding it.) i've tried all the extended network codes in the scripts section, but it's still there. i'm 300% sure it's the extended network and not the blogs (they're hidden too).
so is there any way to delete this and line up the tops of the about me section and the table with the picture and such in it?

if not, is it possible to replace the text in extended network with your own text?


link: http://www.myspace.com/animatedheart
screenshot: thumbed.



code. about me.
CODE
<style>
.friendSpace { display:none; }
.a {hide only blogs}
.latestBlogEntry {display:none;}
.whitetext12 {display:none!important;}
.userProfileDetail {display:none!important;}
.contactTable {display: none;}
table.userProfileURL{display:none;}
.orangetext15{display:none;visibility:hidden;}
table.navigationBar {display:none!important}
.extendedNetwork {display:none;}
td.text br {display:none;}
.profileInfo td.text br, td.text table br {display:inline;}
.blacktext10 {display:none;}
.UserProfileSchool {display:none;}
</style>

<style type="text/css">
table, tr, td {
background-color:transparent;
border:none;
border-width:0;
}

body, .bodycontent {
background-color:001721;
background-image:url('');
background-attachment:fixed;
background-position:bottom left;
background-repeat: repeat;
}

table table table {
padding: 0px;
height: .01%; width:100%;
border-style:solid;
border-width:2px;
border-color:000000;
background-color:ffffff;
background-image:url('');
background-repeat:repeat;
background-attachment:scroll;
background-position:top center;
}

.redbtext {
letter-spacing: 2px;
font-weight: normal;
color:a8c5c7;
text-transform: uppercase;
font-family:tahoma;
font-size: 9px;
}

.lightbluetext8 {
display:none;
}

.nametext {
color:a8c5c7;
line-height: 30px;
font-size:22px;
font-weight: bold;
font-family:century gothic;
border-bottom-width:1px;
text-align:center;
letter-spacing: 2px;
text-transform:none ! important;
border-bottom-color:a8c5c7;
display:block;
background-color:ffffff;
border-bottom-style:solid;
text-align:center;
}

body,table, td, li, p, div, textarea {
font:normal 10px tahoma;
color:aaaaaa;
font-weight:none;
border:0px;
text-transform: none;
line-height:12px;
}

.text, .redtext {
font:normal 10px tahoma;
color:aaaaaa;
font-weight:none;
border:0px;
text-transform: none;
line-height:12px;
}

a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {
font: normal 10px tahoma;
font-weight: bold;
text-transform:none;
color: a8c5c7;
text-decoration:none;
}

a:hover, a.navbar:hover, a.redlink:hover {
font: normal 10px tahoma;
text-transform:none;
color: aaaaaa;
font-weight: bold;
text-decoration: none;
}

U {
font: tahoma;
font-size: 10px;
border-bottom: 2px dotted;
border-bottom-colour: a8c5c7;
text-decoration: none;
text-transform:none;
color: aaaaaa;
}

I, em {
font-family: georgia;
font-style: italic;
text-transform:none;
color: aaaaaa;
}

.standard b, p b, B, strong {
font-family:tahoma;
font-size:10px;
color:aaaaaa;
font-weight:none;
border:0px;
text-transform: none;
}

td td td td {border-top: 0px solid; width: 1%}
td td td td td {border-top: 0px solid black; }
td td td td td td {border: 0px solid;}
table, td {padding: 0px;}
table table {padding: 0px;}
table table table table {padding: 0px; border: 0px}
table table table table table {padding:}
table table table table table table {padding: 0px;}
table td div div font
</style>
 
 
Start new topic
Replies
S-Majere
post Jan 14 2008, 02:30 PM
Post #2


Addict
*******

Group: Staff Alumni
Posts: 3,918
Joined: Jun 2007
Member No: 538,522



Okay!

Your table table table properties were assigning a border to ALL tables, including your recently hidden Extended Network; so that has been replaced with table specifics.

I moved your profile up using a margin top and a margin bottom. Find that at the very beginning of your code:

CODE
<style>
table.extendedNetwork {display:none!important;}
table.latestBlogEntry {display:none;}
br {line-height:12px;}
table.blurbs {
position:relative;
top:11px;
margin-bottom:12px;
}
.friendSpace { display:none; }
.a {hide only blogs}
.whitetext12 {display:none!important;}
.userProfileDetail {display:none!important;}
.contactTable {display: none;}table.userProfileURL{display:none;}
.orangetext15{display:none;visibility:hidden;}

table.navigationBar {display:none!important}

td.text br {display:none;}

.profileInfo td.text br, td.text table br {display:inline;}

.blacktext10 {display:none;}

.UserProfileSchool {display:none;}


table, tr, td { background-color:transparent; border:none; border-width:0;} body, .bodycontent {background-color:001721;background-image:url('');background-attachment:fixed;background-position:bottom left;background-repeat: repeat;}


table.profileInfo,table.contactTable,table.userProfileURL,table.InterestsAndDeta
ls,table.userProfileDetail,table.userProfileSchool,table.userProfileCompany,tabl
.userProfileNetworking,table.extendedNetwork,table.latestBlogEntry,table.blurbs,
able.friendSpace,table.friendsComments,table.myBlurbs {
padding: 0px;
height: .01%;
width:100%;
border-style:solid;
border-width:2px;border-color:000000;background-color:ffffff;background-image:url('');background-repeat:repeat;background-attachment:scroll;background-position:top center;}

.redbtext {letter-spacing: 2px; font-weight: normal;    color:a8c5c7;  text-transform: uppercase; font-family:tahoma; font-size: 9px;}.lightbluetext8 { display:none;}.nametext {color:a8c5c7; line-height: 30px;font-size:22px; font-weight: bold;font-family:century gothic; border-bottom-width:1px;   text-align:center; letter-spacing: 2px;text-transform:none ! important;border-bottom-color:a8c5c7;  display:block;  background-color:ffffff;border-bottom-style:solid; text-align:center;}body,table, td, li, p, div, textarea {font:normal 10px tahoma; color:aaaaaa; font-weight:none; border:0px; text-transform: none; line-height:12px;}.text, .redtext {font:normal 10px tahoma; color:aaaaaa; font-weight:none; border:0px; text-transform: none; line-height:12px;}   a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {font: normal 10px tahoma; font-weight: bold;  text-transform:none; color: a8c5c7; text-decoration:none;} a:hover, a.navbar:hover, a.redlink:hover {font: normal 10px tahoma; text-transform:none; color: aaaaaa; font-weight: bold; text-decoration: none;} U {font: tahoma; font-size: 10px; border-bottom: 2px dotted; border-bottom-colour: a8c5c7; text-decoration: none; text-transform:none; color: aaaaaa;} I, em {font-family: georgia; font-style: italic; text-transform:none; color: aaaaaa; }.standard b, p b, B, strong {font-family:tahoma; font-size:10px; color:aaaaaa; font-weight:none;border:0px; text-transform: none; }td td td td {border-top: 0px solid; width: 1%}td td td td td {border-top: 0px solid black;  }td td td td td td {border: 0px solid;}table, td {padding: 0px;}table table {padding: 0px;}table table table table {padding: 0px;  border: 0px}table table table table table {padding:}table table table table table table {padding: 0px;}table td div div font</style>


Hope that helped.
 

Posts in this topic
RockItStudios   extended network.   Jan 13 2008, 05:46 PM
S-Majere   Okay! Your table table table properties were ...   Jan 14 2008, 02:30 PM
RockItStudios   oh deary, thanks times a million.   Jan 17 2008, 09:58 PM
digitalfragrance   Topic Closed   Jan 17 2008, 10:38 PM


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