something wrong, with layout. |
something wrong, with layout. |
![]()
Post
#1
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 ![]() |
So basically...my layout is messed up. I wanted to have the tables white...they're not. And I don't have borders around my seperate sections.
Layout Code: http://geocities.com/sparkit_forums/fl-code.html Layout Preview: http://geocities.com/sparkit_forums/foreverlove-layout.html Help? |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Find
CODE #header { margin: 20px; padding: 10px; height: 100px; } #left { position: absolute; left: 15px; top: 160px; width: 200px; } #center { top: 0; margin-left: 230px; margin-right: 15px; } Change it to CODE #header {
margin: 20px; padding: 10px; height: 100px; } #left { position: absolute; left: 15px; top: 160px; width: 200px; background-color:FFFFFF; border: 1px solid 000000; } #center { top: 0; margin-left: 230px; margin-right: 15px; background-color:FFFFFF; border: 1px solid 000000; } |
|
|
![]() ![]() |