hiding an entire side |
![]() ![]() |
hiding an entire side |
Aug 26 2006, 03:41 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jun 2006 Member No: 428,643 |
okay, so i want to hide my entire right side, empty box and all.
My myspace: http://www.myspace.com/caitlin111 oh, and after I hide the right side how can I center the left? |
|
|
|
| *This Confession* |
Aug 26 2006, 04:10 PM
Post
#2
|
|
Guest |
Hiding entire Right side
Tell me if this doesn't work or not because I just wrote it: CODE <style type="text/css"> td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} </style> And to align the left tables to the right use this CODE <style type="text/css"> body{ padding-left: 200px; } </style> may work? |
|
|
|
Aug 26 2006, 09:53 PM
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 7 Joined: Jun 2006 Member No: 428,643 |
i took everything out of the right side now there's just a box...how do i loose the box??
myspace.com/caitlin111 |
|
|
|
Aug 26 2006, 10:18 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
<style type="text/css">table tbody td table tbody tr td.text table{background-color:transparent;position:absolute;top:0px;left:0px;display:block;width:0px;hei
ht:0px}</style> ^Add that to hide the right side. |
|
|
|
![]() ![]() |