Shifting latest blogs and extended network to the left |
![]() ![]() |
Shifting latest blogs and extended network to the left |
Apr 15 2008, 01:40 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Apr 2007 Member No: 518,139 |
I have my layout exactly as I want it except for one small thing: my extended network and latest blogs tables are not lining up correctly. How do I move them to the let so that they are aligned with About Me, Who I'd Like to Meet, etc.?
![]() Here's my source code, and my profile can be found here: CODE <style type="text/css"> { Background Properties } table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:1e2220; background-image:url('http://img139.imageshack.us/img139/7645/bgqr1.png'); background-attachment:fixed; background-position:bottom right; background-repeat:no-repeat; border-width:0px; border-color:none; border-style:solid; padding-left:0px; padding-right:250px; } table table table table td {filter:none;} { Text Properties } .nametext {font-size:10px !important; color:ffffff !important; font-weight:bold; font-style:normal; letter-spacing:normal !important; line-height:normal;text-transform:normal;} .whitetext12 {font-size:10px !important; color:4b5f5a !important; font-weight:bold; font-style:normal; letter-spacing:normal !important; line-height:normal;text-transform:normal;} .btext, .orangetext15 {font-size:10px !important; color:4b5f5a !important; font-weight:bold; font-style:normal; letter-spacing:normal !important; line-height:normal;text-transform:normal;} .blacktext10, .blacktext11, .lightbluetext8 {font-size:10px !important; color:000000 !important; font-weight:bold; font-style:normal; letter-spacing:normal !important; line-height:normal;text-transform:normal;} table, tr, td, li, p, div, .blacktext12, .text, .redtext, .redbtext {font-size:10px !important; color:000000 !important; letter-spacing:normal !important; text-transform:normal;} { Link Properties } a:active, a:visited, a:link {font-size:10px !important; color:4b5f5a !important; font-weight:normal; font-style:normal; letter-spacing:normal !important; text-transform:normal;} a:hover {font-size:10px !important; color:4b5f5a !important; font-weight:normal; font-style:normal; letter-spacing:normal !important; text-transform:normal;} { Tweaks } a.text, table div font a, table div div {visibility:hidden;} { Contact Table } .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url('http://img170.imageshack.us/img170/997/contact2ny4.jpg'); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable .text {font-size:1px!important;} .contactTable .whitetext12 {display:none;} .contactTable .text, .contactTable a, .contactTable img {filter:none!important;} </style> <style type="text/css">td,td td,td td td,td td td td{text-align:left}</style> I've been working on this for 3 or 4 hours now and am ready to toss my computer out the window. |
|
|
|
Apr 16 2008, 07:25 AM
Post
#2
|
|
![]() Melieized ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,372 Joined: Nov 2006 Member No: 478,715 |
you could try this code and let us know what happens.
CODE table table td.text table{margin-left: 50%; position:absolute;} hope it works. |
|
|
|
![]() ![]() |