Help - Search - Members - Calendar
Full Version: need help hiding bottom links
Forums > Resource Center > Support Center > Myspace Support > Myspace Resolved Topics
ricky1
i have a code which changes the color of my middle table. but my bottom links show up again. and no matter which code i use. they dont go away. is there another way to do this? heres what i mean.

http://i34.tinypic.com/2v7v615.png

this is the color code.

CODE
<style>
table, td {  background-color:222222; border:none;} </style>



this is to hide my bottom links.

CODE
<style>tr  {background:transparent;}body table div font a, body table div div {display:none;}body table table div font a, body table table div div {display:none;}</style>
Anarchy
Try this code:

CODE
<style>
table table div {display:block; height:0px;}
div table div {display:block;}
table {margin:0 auto; text-align:left; width:800px;}
table table {width:auto; background:none;}
</style>

And next time, please use [code] tags when posting short codes.
ricky1
oh sorry. im new to this :P

and the code moved it to the side, but when i tried to move it further it just got fatter . http://www.myspace.com/paniczz
Anarchy
Urgh, I keep forgetting a part of this code whenever I post it. Replace what I gave you with this:

CODE
<style>
body {text-align:center;}
table table div {display:block; height:0px;}
div table div {display:block;}
table {margin:0 auto; text-align:left; width:800px;}
table table {width:auto; background:none;}
</style>

Don't change anything this time. Tell me if it works.
ricky1
wow thank you very much! it worked!
Anarchy
No problem. Topic closed & moved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.