Orientation |
![]() ![]() |
Orientation |
Oct 30 2006, 08:01 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
I have my layout the way I want it, but I would like to shift all the tables to the left. Is there a code I can use instead of:
CODE <style type="text/css"> body{ padding-right: 350px; }</style> Help, please! |
|
|
|
Oct 30 2006, 10:34 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
Whats wrong with that one?
|
|
|
|
Nov 1 2006, 04:40 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
when I try to resize my tables, the ones on the right are smaller than the left... I think it might be because of the padding? my codes are:
CODE <style type="text/css"> body{ padding-right: 350px; }</style> <style type="text/css"> .from { www.fun4free.co.uk } table table table {width:330px;} table table table table table table {width:0%;} </style> here's a link to my myspace, if it helps... Myspace |
|
|
|
Nov 1 2006, 06:29 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
Thats because of the code your using to resize your tables. Try getting rid of this:
CODE <style type="text/css"> .from { www.fun4free.co.uk } table table table {width:330px;} table table table table table table {width:0%;} </style> And using: CODE <style type="text/css"> .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;} </style> Then just edit the widths. |
|
|
|
Nov 5 2006, 07:59 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
Thanks for the code. It worked much better. Thanks for all your help!
|
|
|
|
![]() ![]() |