Log In · Register

 
help removing extended network box and blog entry box
mikey122
post Aug 25 2008, 04:59 PM
Post #1


Member
**

Group: Member
Posts: 15
Joined: Aug 2008
Member No: 675,635



Here's my profile code

CODE
<style>
body { background-color:000000; background-image:url(); background-repeat: no-repeat; background-position: top left; background-attachment:fixed; }
table, td { background-color:transparent; border:0px; }
table table table { width: 100%; border-color:474e50; border-style:solid; border-width:1px; padding:4px; }
table table table td, table table table table { width:auto; border-style:none; background-image:none; }

body, div, p, td, .text, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited { color: dde3e4; font-weight:normal; text-decoration:none; }
.nametext { color: CC0000; font-size:18px; font-weight:bold; }
.btext, .orangetext15, .whitetext12 { color: FFFFFF; font-weight:bold; }
strong, .lightbluetext8, .redtext { color: FFFFFF; }
.blacktext10, .blacktext12 { color: 333333; font-size:10px; font-weight: normal; font-style:italic; }
.redbtext, .redlink { color: 566063 !important; }
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited { color:FFFFFF; font-weight:bold; text-decoration:none; }
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active { color:566063; text-decoration:underline; }

.contactTable {
width:290px !important; height:150px !important; padding:0px !important; background-image:url(http://img.freecodesource.com/myspace-layouts/images/layouts/1177445969-922-2.gif);
background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent; }
.contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none; }
.contactTable a img { visibility:hidden; border:0px !important; }
.contactTable a { display:block; height:28px; width:115px; }
.contactTable .text { font-size:1px !important; }
.contactTable .text, .contactTable a, .contactTable img { filter:none !important; }
.contactTable .whitetext12 { display:none; }


td.text .orangetext15, .blurbs td.text {visibility:hidden; display:none; border:0px;}

.extendedNetwork, .latestBlogEntry, {border:none; display:none;}
table.blurbs {margin-top:-42px; background-color:000000;}
</style>


Thanks!
 
 
Start new topic
Replies (1 - 8)
Mikeplyts
post Aug 25 2008, 05:12 PM
Post #2


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Actually you can't remove them but you can hide them. But they should already be hidden because of the part that says ".extendedNetwork .latestBlogEntry {border:none; display:none;}".
Try finding a differnt layout or a different code. I don't know, whatever floats your boat. _smile.gif
 
dannyordinary
post Aug 25 2008, 05:20 PM
Post #3


Senior Member
******

Group: Member
Posts: 1,011
Joined: Jun 2007
Member No: 533,410



^ ditto .
 
fixtatik
post Aug 25 2008, 05:33 PM
Post #4


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



mm, typos are a wonderful thing. get rid of the comma after ".latestBlogEntry"
 
Jghelfi
post Aug 25 2008, 08:26 PM
Post #5


Senior Senior Member
******

Group: Official Member
Posts: 1,507
Joined: Sep 2007
Member No: 571,541



well it actually does remove them because if you were to HIDE them then it will still show like a gap of were it would be before but its still there..

so if you want to hide them, then use this..
CODE
.extendednetwork, .latestblogentry {visibility: hidden;}


and if you want to remove it then just use this...
CODE
.extendednetwork, .latestblogentry {display: none;}


THERE IS A BIG DIFFERENCE!
 
fixtatik
post Aug 25 2008, 10:31 PM
Post #6


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



^ display:none doesn't remove anything. it simply doesn't display the code. if you look in the source code after using display:none, you'll still actually see the original HTML for that class.
 
Jghelfi
post Aug 26 2008, 10:57 PM
Post #7


Senior Senior Member
******

Group: Official Member
Posts: 1,507
Joined: Sep 2007
Member No: 571,541



well thats the source code.. its suppose to say that, because its part of the ORIGINAL style myspace source..
 
fixtatik
post Aug 27 2008, 12:09 AM
Post #8


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



...i think that's pretty much what i said. the source code is still your myspace profile. and anything with display:none; attached to it hasn't been removed; it just doesn't display when browsers read the code. visibility:hidden; displays it, but hides it, which is why you still get the space where it used to be
 
Jghelfi
post Aug 27 2008, 11:13 AM
Post #9


Senior Senior Member
******

Group: Official Member
Posts: 1,507
Joined: Sep 2007
Member No: 571,541



yea^ and thats what i said earlier
 

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