I created a cool layout on pimpmymyspace and didn't realize that I selected the "hide extended network" banner. How do I disable that html code without changing anything else on my layout?
(I purposely removed my image from the html code below... business purpose)
<style type=text/css>
.pimp_my_profile { Generated at Pimp My Profile www.pimp-my-profile.com }
table, tr, td {
background-color:transparent;
border:none;
border-width:0px;
}
table table table {
width:100%; max-width: 600px; } table table table table { width:100%;;
}
body, .bodyContent {
background-color:000000;
background-image:url(XXXXXX);
background-position:Center Center;
background-attachment:fixed;
background-repeat:no-repeat;
border-width:0px;
border-style:Solid;
scrollbar-face-color:FF22AA;
scrollbar-highlight-color:553333;
scrollbar-3dlight-color:None;
scrollbar-shadow-color:None;
scrollbar-arrow-color:22FF22;
scrollbar-track-color:000000;
}
table table {
border:0px;
}
table table table table {
border:0px;
background-image:none;
background-color:transparent;
}
table table table {
border-style:Solid;
border-width:0px;
background-repeat:no-repeat;
background-attachment:fixed;
}
table table table td {
background-color:000000;
filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50; } table table table table td {filter:none;
}
table, tr, td, li, p, div,.text,.redtext, .blacktext12 {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.whitetext12, .orangetext15 {
color:FFDDFF;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.lightbluetext8, .blacktext10, .redbtext,.btext {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.nametext {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
}
a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link {
color:aaaaaa;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover {
font-family:Palatino Linotype;
font-style:italic;
}
.blacktext12 { visibility:hidden; display:none; }
table td div div font {visibility:hidden;}
</style> <p align=center><a href="http://www.msplinks.com/MDFodHRwOi... src="http://content.pimp-my-profile.com/... alt="MySpace Layouts" title="Myspace Layouts" style="position:absolute;top:0px;left:0p... href="http://www.msplinks.com/MDFodHRwOi... Layouts</a> - <a href="http://www.msplinks.com/MDFodHRwOi... Editor</a> - <a href="http://www.msplinks.com/MDFodHRwOi... Hosting</a></p> Remove this. It is your Ext. network text. There isn't a code in there that actually hides the table it's on.
.blacktext12 { visibility:hidden; display:none; }
This will also hide your bottom links, so delete it.
table td div div font {visibility:hidden;} I agree with the second person. I have a different code than yours, but it's practically the same. For mine, I just replaced the
.blacktext12 { visibility:hidden; display:none; }
with this one:
table td div div font {visibility:hidden;}
It shows your text. Hope this helps(= <style type=text/css>
.mooblayouts { myspace.com/majormoobs }
table, tr, td {
background-color:transparent;
border:none;
border-width:0px;
}
table table table {
width:100%; max-width: 600px; } table table table table { width:100%;;
}
body, .bodyContent {
background-color:000000;
background-image:url(XXXXXX);
background-position:Center Center;
background-attachment:fixed;
background-repeat:no-repeat;
border-width:0px;
border-style:Solid;
scrollbar-face-color:FF22AA;
scrollbar-highlight-color:553333;
scrollbar-3dlight-color:None;
scrollbar-shadow-color:None;
scrollbar-arrow-color:22FF22;
scrollbar-track-color:000000;
}
table table {
border:0px;
}
table table table table {
border:0px;
background-image:none;
background-color:transparent;
}
table table table {
border-style:Solid;
border-width:0px;
background-repeat:no-repeat;
background-attachment:fixed;
}
table table table td {
background-color:000000;
filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50; } table table table table td {filter:none;
}
table, tr, td, li, p, div,.text,.redtext, .blacktext12 {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.whitetext12, .orangetext15 {
color:FFDDFF;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.lightbluetext8, .blacktext10, .redbtext,.btext {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
.nametext {
color:FF22AA;
font-size:12pt;
font-family:Palatino Linotype;
}
a:active, a:visited, a:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link {
color:aaaaaa;
font-size:12pt;
font-family:Palatino Linotype;
font-style:italic;
}
a:hover, a.searchlinksmall:hover, a.navbar:hover, a.redlink:hover {
font-family:Palatino Linotype;
font-style:italic;
}
.blacktext12 { visibility:hidden; display:none; }
</style> |