Link to home
Start Free TrialLog in
Avatar of flnazrael
flnazrael

asked on

How to modify Myspace layout

In the following Myspace profile, I am using the attached CSS for layout:

http://tinyurl.com/d5f8fe


How can I remove all of the extra boxes? (Friends, Comments, Contact, "Welcome", etc.) so that only the box with the content beginning "Johnson City Gold Exchange's Blurbs" is visible?
<img style="visibility:hidden;width:0px;height:0px;" border="0" width="0" height="0" 
 
src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzc4MjE5OTIxNjAmcHQ9MTIzNzgyMjAxNzMwNCZwPTM5MDEmZD1teXNwYWNlb
 
GF5b3V*cyZnPTEmdD1zd2lybHMmbz*xZTRiZTM4MmUxODA*YjlkODlhYjM1Y2M1ZDViM2YyNw==.gif" /><span id="pyzam-mslayout-start" 
 
style="display:none"></span>
 
<style>
table, tr, td { background-color:transparent; border:none; border-width:0;}
body, .bodyContent {
	background-color:000000;
	background-image: url(http://stuff.pyzam.com/layouts/img/s/w/ahswirlyexplosiongold628.jpg);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	border-color:ffffff;
	border-width:0px ;
	border-style: solid;
    
	scrollbar-face-color:333333;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:000000;
	scrollbar-shadow-color:000000;
	scrollbar-darkshadow-color:000000;
	scrollbar-arrow-color:ffffff;
	scrollbar-track-color:000000;
	
	 }
table table { border: 0px }
table table table table{border:0px}
table table table {
 
	border-style: solid;
	border-width:1px;
	border-color: 333333;
	background-color:transparent;}
	
	   		
table table table td {
	background-color: 000000;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80;
	
	 }
 
table table table table td {filter:none;}
table, tr, td, li, p, div { font-family: Arial, Helvetica, sans-serif; color: ffffff; font-size:12px;     } 
.btext { font-family:helvetica; color:ffffff; font-size:12px;     } 
.blacktext10 { font-family:helvetica; color:ffffff; font-size:12px;     } 
.blacktext12 { font-family:helvetica; color:ffffff; font-size:12px;     } 
.lightbluetext8 { font-family:helvetica; color:ffffff; font-size:12px;     } 
.orangetext15 { font-family:helvetica; color:ffffff; font-size:12px;     } 
.redtext { font-family:helvetica; color:ffffff; font-size:12px;     } 
.redbtext { font-family:helvetica; color:ffffff; font-size:12px;     } 
.text { font-family:helvetica; color:ffffff; font-size:12px; font-weight:bold;    } 
.whitetext12 { font-family:helvetica; color:ffffff; font-size:12px; font-weight:bold;    } 
a:active, a:visited, a:link { font-family:helvetica; color:ffffff; font-size:12px;     } 
a:hover { font-family:helvetica; color:ffffff; font-size:12px;     } 
a.navbar:active, a.navbar:visited, a.navbar:link { font-family:helvetica; color:ffffff; font-size:12px;  font-weight:bold;     } 
a.navbar:hover { font-family:helvetica; color: ffffff; font-size:12px;     } 
a.redlink:active, a.redlink:visited, a.redlink:link { font-family:helvetica; color:ffffff; font-size:12px;  font-weight:bold;     } 
a.redlink:hover { font-family:helvetica; color: ffffff; font-size:12px;     } 
.nametext { font-family:helvetica; color:ffffff; font-size:12px;     } 
</style>
<style>.contactTable {width:300px !important; padding:0px !important;background-image:url
 
(http://stuff.pyzam.com/layouts/img/s/w/ahswirlyexplosiongold628ct.jpg);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 .text {font-size:1px !important;}.contactTable .text, 
 
.contactTable a, .contactTable img {filter:none 
 
!important;}.contactTable .whitetext12 {display:none;}</style>
<br /><style>
        table table table td {vertical-align:top ! important;}
        span.blacktext12 {
        visibility:visible !important;
        background-color:transparent;
        background-image:url(http://stuff.pyzam.com/layouts/img/s/w/ahswirlyexplosiongold628box.jpg);
        background-repeat:no-repeat;
        background-position:center center;
        font-size:0px; letter-spacing:-0.5px;
        width:435px; height:120px; display:block !important; }
        span.blacktext12 img {display:none;}
        
a.searchlinkSmall:link {color: ffffff;}
a.searchlinkSmall:hover {color: ffffff;}
 
a.searchlinkSmall:link {color: ffffff;}
a.searchlinkSmall:hover {color: ffffff;}
</style>

Open in new window

Avatar of level9wizard
level9wizard
Flag of Canada image

You display:none; on the divs you are referring to.
Avatar of flnazrael
flnazrael

ASKER

I know that, but I can't seem to figure out the correct ones...
ASKER CERTIFIED SOLUTION
Avatar of verbaljujitsu
verbaljujitsu
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
correction:

my last post was for most, not including:

Details section [http://www.profiles.org.uk/myspace-codes-hide-details-section]
Last Login [http://www.profiles.org.uk/myspace-codes-hide-last-login]
your Myspace URL box [http://www.profiles.org.uk/myspace-codes-hide-url-box]

make sure you remove the
"
a href="http://www.profiles.org.uk/" target="_blank"><img
src="http://www.profiles.org.uk/img/button.gif" alt="Myspace Editor" style="position:absolute; left:0px;
top: 0px;" border="0" /></a>
"

sections from those links I just gave you, otherwise your page will be laden with promo spam.

Hope this helps,
Rob =)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gary
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.