need help hiding bottom links |
![]() ![]() |
need help hiding bottom links |
Oct 1 2008, 01:20 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
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>
Reason for edit: Please use [code] tags when you post codes. - Mike
|
|
|
|
Oct 1 2008, 01:29 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
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. |
|
|
|
Oct 1 2008, 01:40 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
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 |
|
|
|
Oct 1 2008, 01:45 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
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. |
|
|
|
Oct 1 2008, 01:50 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Oct 2008 Member No: 688,516 |
wow thank you very much! it worked!
|
|
|
|
Oct 1 2008, 01:54 PM
Post
#6
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Topic closed & moved.
|
|
|
|
![]() ![]() |