Left Margin Space? |
![]() ![]() |
Left Margin Space? |
Feb 28 2005, 09:01 AM
Post
#1
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
I tried putting it in different places, in the code, but it either messed my whole thing up, or it just didn't work. Any other codes I should try? If not, is there a certain place I have to put the code? |
|
|
|
Feb 28 2005, 09:24 AM
Post
#2
|
|
![]() What's worst than being blind? Having sight but no vision. ![]() ![]() ![]() Group: Member Posts: 56 Joined: May 2004 Member No: 18,039 |
Did you put the code in the custom header? hmmm.... it should work.
|
|
|
|
Feb 28 2005, 10:21 AM
Post
#3
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
Yes, I tried it in various places in the custom header. I even tried putting it in the webstats. Here's my whole code:
If you need to view my xanga, you can go here I'm assuming I'm just not putting it in the right place. |
|
|
|
Feb 28 2005, 10:45 AM
Post
#4
|
|
![]() What's worst than being blind? Having sight but no vision. ![]() ![]() ![]() Group: Member Posts: 56 Joined: May 2004 Member No: 18,039 |
try this: in your first div, add > at the end of overflow: auto;"
it should look like overflow: auto;"> |
|
|
|
Feb 28 2005, 10:51 AM
Post
#5
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
|
|
|
|
Feb 28 2005, 11:02 AM
Post
#6
|
|
![]() What's worst than being blind? Having sight but no vision. ![]() ![]() ![]() Group: Member Posts: 56 Joined: May 2004 Member No: 18,039 |
try this in both your div--->
position:static; or try decreasing the width of your last div. sorry if i'm no help, but i can't seem to find what is wrong with your code. |
|
|
|
Feb 28 2005, 11:07 AM
Post
#7
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
|
|
|
|
Feb 28 2005, 04:20 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,209 Joined: Jan 2004 Member No: 2,330 |
see where it says this?
CODE <style type="text/css"> change "table.left" to ".mainleft" and that should do it table.navigation, table.footer, table.left{display:none;} </style> |
|
|
|
Feb 28 2005, 07:43 PM
Post
#9
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
Yeah, that did take the space away. But, the only problem is, it also brought back my original left side module.
|
|
|
|
Feb 28 2005, 08:02 PM
Post
#10
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,707 Joined: Feb 2004 Member No: 4,674 |
<style type="text/css">
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> try that |
|
|
|
Mar 1 2005, 08:22 AM
Post
#11
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
*bangs head off of monitor* Still nothing.
|
|
|
|
Mar 1 2005, 11:49 AM
Post
#12
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,209 Joined: Jan 2004 Member No: 2,330 |
|
|
|
|
Mar 1 2005, 02:12 PM
Post
#13
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
I changed it to .mainleft, and put that code in. It brought back my left modules and disaligned my blog. Go here to see what it did.
|
|
|
|
Mar 1 2005, 03:16 PM
Post
#14
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,209 Joined: Jan 2004 Member No: 2,330 |
take out the word "table" in front of ".mainleft"
and at the bottom of your header, it says this QUOTE <style type="text/css"></style> it should be this without the </style>behind the first part. .mainleft{display:none;} </style> CODE <style type="text/css">
.mainleft{display:none;} </style> |
|
|
|
![]() ![]() |