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! |
|
|
|
![]() |
Nov 1 2006, 06:29 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 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. |
|
|
|
loveb1tes Orientation Oct 30 2006, 08:01 PM
toyo loco Whats wrong with that one? Oct 30 2006, 10:34 PM
loveb1tes when I try to resize my tables, the ones on the ri... Nov 1 2006, 04:40 PM
loveb1tes Thanks for the code. It worked much better. Thanks... Nov 5 2006, 07:59 PM![]() ![]() |