josh48202 Posted October 14, 2007 Share Posted October 14, 2007 this is the code to hide everything on myspace. i want to hide everything but the default picture. does any one know how to change it so only the default picture will show up and thats it. <style type="text/css"> .contacttable,.whitetext12,.nametext,.lightbluetext8,.orangetext15,.blacktext12,.btext,.redtext,.redbtext{display:none;height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} 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> Quote Link to comment https://forums.phpfreaks.com/topic/73250-myspace-hide-all/ Share on other sites More sharing options...
MadTechie Posted October 14, 2007 Share Posted October 14, 2007 Wrong section.. try HTML/CSS section or the pointless section Quote Link to comment https://forums.phpfreaks.com/topic/73250-myspace-hide-all/#findComment-369543 Share on other sites More sharing options...
npsari Posted October 14, 2007 Share Posted October 14, 2007 yep, good point, this is php but just to be a little helpfull keep hiding bits in myspace untill you have hidden everything and remeber, the groups can be hidden from your profile settings Quote Link to comment https://forums.phpfreaks.com/topic/73250-myspace-hide-all/#findComment-369544 Share on other sites More sharing options...
josh48202 Posted October 14, 2007 Author Share Posted October 14, 2007 sorry im new the phpfreaks so i forgot about the html/css section. im sure you made mistakes as well when you 1st started. you dont have to take it out on me. anyways.......... thanks for the help npsari. Quote Link to comment https://forums.phpfreaks.com/topic/73250-myspace-hide-all/#findComment-369554 Share on other sites More sharing options...
kratsg Posted October 14, 2007 Share Posted October 14, 2007 * {display:none;} img {display: inline;} Quote Link to comment https://forums.phpfreaks.com/topic/73250-myspace-hide-all/#findComment-369557 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.