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. |
|
|
|
ricky1 need help hiding bottom links Oct 1 2008, 01:20 PM
ricky1 oh sorry. im new to this :P
and the code moved ... Oct 1 2008, 01:40 PM
Anarchy I keep forgetting a part of this code whenever I p... Oct 1 2008, 01:45 PM
ricky1 wow thank you very much! it worked! Oct 1 2008, 01:50 PM
Anarchy No problem. Topic closed & moved. Oct 1 2008, 01:54 PM![]() ![]() |