myspace css not working.

Hey guys, Everyone that I know have been egging me to get a myspace, and I finally caved last night.

*sigh*

Well anyways... I've been playing around with the css and I can't seem to get rid of the bottom links in the profile. I've tried using this and it still stays. If anyone could help me out. I would appreciate it.

</style>table td div div font {visibility:hidden;}</style>

#407322

You have an extra terminating slash in your start tag:

I'd do it like this:

<style>table tr td div div {display: none;}</style>

Hope this helps,

-NC

#407328

You are the best NC.

Thank you.

Spell checking, something I should use ;)

#407330

OK I have one more problem. I cannot get the text color to work for: "about me", "who i'd like to meet", etc... The color should be 4a77b0, but is showing as 066666. I don't know why. Can someone help at all? www.myspace.com/free_fake_smile

<style type="text/css">
body {
background-image:url('http://img102.imageshack.us/img102/8003/longhornglasswk1.png');
background-position:Center;
background-repeat:repeat;
background-attachment:fixed;
cursor:Default; background-color:;
}

table, tr, td {background:transparent; border:0px;}

input {background-color:transparent !important;}

td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:4A77B0 !important; font-family: "Verdana" !important; }
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:666666 !important; }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:4A77B0 !important; }
a {
cursor:Hand !important; color:FFFFFF !important; }
a:hover {
cursor:Hand !important; color:BBFF33 !important; }
img {border:0px;}

.r{}
</style>

<style type="text/css">table table table td.text div img {visibility:hidden;} table table table td.text div { background-image:url("http://img365.imageshack.us/img365/5015/onlinegb4.gif"); background-repeat:no-repeat;} able table table td.text table table div img {visibility:visible;} table table table td.text table table div { background-image:none;} </style>

<style type="text/css"> .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://img134.imageshack.us/img134/7660/contacttablecopyyy2.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;}</style>

<style type="text/css">
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("http://img223.imageshack.us/img223/74/hedkandistamp05copydd0.gif");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important; }
span.blacktext12 img {display:none;}
</style>

<style>body div table tbody tr td font {visibility:hidden;}
body div table tbody tr td a font, .navbar {visibility:visible;}

<style>table tr td div div {display: none;}</style>

<style>body div table tbody tr td font {visibility:hidden;}
.navbar {visibility:visible;}
.navbar font {visibility:hidden;}</style>

#408190

I could have sworn you needed # for hexadecimal colors...

-NC

#408206

Nope that didn't work. That just gave me the default mypace colors.

Edit: I am slowly getting it to work. I am writing it piece by piece again.

#408214

I could have sworn you needed # for hexadecimal colors...

-NC

Doesn't work for myspace. # is filtered to ..

So for colors you have to do hex without the #, or the name (aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow).

#408488

wow i must say thats a pretty bad ass myspace layout. wish i could hook mine up like that

#408569

wow i must say thats a pretty bad ass myspace layout. wish i could hook mine up like that

Thanks! I'm still tweaking it, I'm never satisfied with what I have because I think I can always do better. I don't even care about myspace, it's just something to pass the time (with a little fun).

#408572

If you need to steal anything from mine [ http://www.myspace.com/adammaras ] feel free.

EDIT: Except the whole thing :P you can steal any bit of the code though.

#408611

Not bad.

edit~you can hide the search box at the top:

/* Remove Top Navigation */
<style>table tr td div div {display: none;}</style>

<style>body div table tbody tr td font,.navbar font {
visibility:hidden;
}

body div table tbody tr td a font,.navbar,.navbar {
visibility:visible;
}</style>

#408635

sweet. thanks for that. works fine

#409607