Same table-width EVERYWHERE!? |
Same table-width EVERYWHERE!? |
Feb 4 2007, 10:50 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 |
Hi everbody,
I'm really going crazy now ... and maybe I'm just to stupid for it. I searched by Google and through your forum, but there's nothing I'm searching for. I want the same table-width EVERYWHERE ... so the left one for example 150px, and the right one 220px (= About me-fields, Friends, Comments, ... and and and). Nothing should be less or more brider. You see I'm German ... so sorry, sorry, sorry (!) if you can't understand me that much ... it's terrible for me too. I'm on MySpace since June '06, and since then I have this "problem" ... |
|
|
|
![]() |
Feb 4 2007, 11:47 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,188 Joined: Jan 2006 Member No: 364,198 |
^Could you provide your Myspace link?
|
|
|
|
Feb 4 2007, 12:57 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE .a {set with of left column} table table table {width:300px;} table table table table {width:auto;} .a {set width of right column} td.text table {width:535px;} td.text table table {width:auto;} Try that. Add style tags though and edit it. |
|
|
|
Mar 4 2007, 05:17 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Mar 2007 Member No: 507,529 |
didn't work for me :[
maybe because I have a one column layout? |
|
|
|
Mar 4 2007, 06:46 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ Yea , you can try this :
CODE <style type="text/css">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> To change the width edit: table table table {width:220px !important; height:0px;} |
|
|
|
![]() ![]() |