problems hiding details, heroes, status, etc. |
problems hiding details, heroes, status, etc. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 126 Joined: Jul 2004 Member No: 27,549 ![]() |
when i put in this code
QUOTE </div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style> and then the other code that goes into the heroes section QUOTE </td> </tr> </table> </td> </tr> </table> </td> <td> <div class="hidethem"><table><tr><td><table><tr><td> the "hidethem" part ALWAYS shows up as three dots. anyone know why? ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() SHE'S A LIFE RUINER ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jul 2005 Member No: 173,069 ![]() |
Place this at the end of the last left side section you are using. if you have nothing in any of the left sections, use the HERO section.
CODE <style>
.Details {display:none;} </style> </td></tr></table> </td></tr></table> <div class="Details"> <table class=off><tr><td> <table><tr><td> |
|
|
![]()
Post
#3
|
|
![]() spaceeeee ![]() ![]() ![]() Group: Member Posts: 65 Joined: Mar 2004 Member No: 7,150 ![]() |
Place this at the end of the last left side section you are using. if you have nothing in any of the left sections, use the HERO section. CODE <style> .Details {display:none;} </style> </td></tr></table> </td></tr></table> <div class="Details"> <table class=off><tr><td> <table><tr><td> thanks ![]() |
|
|
![]() ![]() |