Help - Search - Members - Calendar
Full Version: Possible coding discrepancy?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
torey
I'm currently in the process of redoing my page, but I'm unable to add content into the "About Me" section of my page without it actually showing-up on my profile when I click "view my profile." Keeping this in mind, is it possible I have a code or two that's preventing my content from showing-up?

Thanks for your time.


CODE
<style type="text/css">table.latestblogentry {display: none;}</style><style type="text/css">
body {background-color:;
background-image:url("http://img134.imageshack.us/img134/8091/22fs2.png");
background-position:left;
background-repeat:repeat;
background-attachment:fixed;}
.userprofiledetail{display:none;}
.extendednetwork{display:lower;}
.redlink {display:none;}

.orangetext15 {font-family: times new roman;letter-spacing:-3px;font-size: 25px;line-height: inherit; font-weight: normal;color: ffffff
; text-decoration:none; text-transform:none;}

font, td,a body, table, body, td, li, p, div,  li, p, br,.redtext,.redbtext,.text{  font-family:georgia;  font-size:9px;   text-transform:lowercase;   text-decoration:none;  font-weight:normal;  color:000000;}
letter-spacing:-4px; font-size:29px; line-height:25px;}    
      
.lightbluetext8,.btext,.orangetext15,.blacktext10,.blacktext12 ,.blacktext,.whitetext12    
{font-family:georgia; color:000; font-size:9px!important; font-weight:bold; text-decoration:none; letter-spacing: 0px;  text-transform: lowercase!important; padding: 0px;}      

textarea {
font-family:small fonts;
font-size:7px;
line-height:8px;
font-weight:normal;
text-transform: lower;
overflow: hidden;
color:000000;
width: 430px;
height: 15px;
background-color:ffffff!important;
border:1px dotted; border-color:000000;}


a:active, a:visited, a:link, a.navbar:active, a.navbar:visited, a.navbar:link, a.redlink:active, a.redlink:visited, a.redlink:link {font-family:georgia; color:000000; font-size:9px; text-transform:lowercase; text-decoration:none; font-weight:normal; line-height:10px;} a:hover, a.navbar:hover, a.redlink:hover {font-family:georgia; color:000000; font-size:9px; text-transform:lowercase; text-decoration:none; font-weight:bold; line-height:10px; letter-spacing:0; cursor:default;}

br{line-height:1px;}
tr {background-color:transparent}
TD TD {text-align:;height:.01%;}
TD TD TD {text-align:; height:.01%;}
TD TD TD TD {border-top: 0px solid; width:; text-align:; height:.01%;}
TD TD TD TD TD {border-top: 0px solid black; text-align:; height:.01%;}
TD TD TD TD TD TD {border: 0px solid; height:.01%;}
TABLE, TD {padding: 0px; text-transform: lowercase; height:.01%;}
img { filter:none; border:0px;}a:link img { filter: none; border:0px solid black;}a:hover img { filter:none; border:0px solid black;}
div table tr td form{display:none;}
</style><style type="text/css">
.nametext {font-family:georgia; font-size: 36px; color: 000000; font-weight:bold; text-decoration: none; letter-spacing: -4px; text-transform: lowercase; padding: 0px; line-height: 46px; text-align: right;}<style type="text/css">
a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=2) }
</style><STYLE type=text/css> .contacttable {display: none;}</STYLE>







| | About Me:

I believe life is meaningless if you fail to explore and exploit your vast opportunities.  I’ve come to realize that forgiveness, patience and understanding will take one much further than animosity, haste and intolerance.  I often long of escaping expectation and logic in order to experience life free of consequence and sensibility.  I value friendship, honesty, love and loyalty above all else.








<style type="text/css">
.friendSpace {display:none;}
.friendsComments {display:none;}
.contactTable {display: none;}
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
.userProfileURL {display:none;}
.userProfileDetail {display:none;}
.blurbs {display: none! important;}
</style>







<style>
a.text, table div font a, table div div {visibility:hidden;}
table table div font a, table table div div {visibility:visible;}
img {border:0px;}
table tr td div font {display: none;}
tr {background-color:transparent}
</style>







<style>
body table td div form {display:none !important;}
</style>

<style>div table div div select {position:absolute !important;  top:-200px !important; left:0px !important; }</style>







<style>
.profileInfo td td {visibility:hidden;}
.profileInfo td td.text {visibility:visible;}
.profileInfo td.text a img {visibility:visible;}
.profileInfo .ImgOnlineNow {visibility:visible;}
</style>







<style>
.interestsAndDetails td.text {display:none !important;}
</style>
Melie
try removing most of those <style> tags. it looks like you still have a tag open so i would suggest merging most of it together and see what happens. try not to have so many of them or you might lose track of them.
heyo-captain-jack
QUOTE(Melie @ Mar 29 2008, 11:15 PM) *
try removing most of those <style> tags. it looks like you still have a tag open so i would suggest merging most of it together and see what happens. try not to have so many of them or you might lose track of them.

I read over it, I don't think that's the problem.

Possibly change

<style type="text/css">
.friendSpace {display:none;}
.friendsComments {display:none;}
.contactTable {display: none;}
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
.userProfileURL {display:none;}
.userProfileDetail {display:none;}
.blurbs {display: none! important;}
</style>

to this
<style type="text/css">
.friendSpace {display:none;}
.friendsComments {display:none;}
.contactTable {display: none;}
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
.userProfileURL {display:none;}
.userProfileDetail {display:none;}
</style>


Tell me if that works.
Melie
he/she does have a tag open so it might be a factor
torey
QUOTE(ChaseTheDragon @ Mar 30 2008, 12:23 AM) *
<style type="text/css">
.friendSpace {display:none;}
.friendsComments {display:none;}
.contactTable {display: none;}
.extendedNetwork {display:none;}
.latestBlogEntry {display:none;}
.userProfileURL {display:none;}
.userProfileDetail {display:none;}
</styl=


That fixed it, but now I have the blurbs and the orange bars and all of the codes here to hide those things are dead.
heyo-captain-jack
QUOTE(torey @ Mar 29 2008, 11:33 PM) *
That fixed it, but now I have the blurbs and the orange bars and all of the codes here to hide those things are dead.

Well then add:

<style type="text/css">
.orangetext15 {display:none;}
td text {display:none;}
</style>

That should work.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.