Tables help, I need help sizing the left table |
Tables help, I need help sizing the left table |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 34 Joined: May 2007 Member No: 524,072 ![]() |
Hey, Im making a layout right now where I want to re-size the left table so its not as wide as the right..
I want to make the left and right tables different sizes. |
|
|
![]() |
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
Your page would not load for me.
I guess you can refer to this post: Use this , edit the red.
QUOTE <style type="text/css"> .contactTable {display:none;} table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;}table table table{width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} textarea, input, font, a, table, td, div, b {font-size:6pt !important;} span {font-size:7pt !important;} embed, object {display:block; width:220px; height:38px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text .orangetext15, td.text td.text table table div {display:none;} </style> (just the width) |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 34 Joined: May 2007 Member No: 524,072 ![]() |
|
|
|
![]()
Post
#4
|
|
![]() devan.urie ![]() ![]() ![]() ![]() Group: Member Posts: 246 Joined: Dec 2005 Member No: 314,247 ![]() |
i think this will work:
CODE <style> table table td.text table {width: RIGHT SIDEpx;} TABLE TABLE TABLE {padding: 1px; height: .01%; width: 100%; width:LEFT SIDEpx;} </style> just change where i wrote what table they were with w/e size you want them |
|
|
![]() ![]() |