how do you remove left side modules?, without moving the xanga entries left?? |
how do you remove left side modules?, without moving the xanga entries left?? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 61 Joined: Jul 2004 Member No: 33,661 ![]() |
when i try to remove the left side modules the xanga entries always shift to the left but i need it to stay in the center.. help please??
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 61 Joined: Jul 2004 Member No: 33,661 ![]() |
the one i found in xanga scripts under display...
<!-- begin code provided by createblog.com --> <script language="JavaScript"> // Script Created by Mystical for Createblog.com // http://xiphin.com <!-- if(location.pathname=='/home.aspx') { document.write("<style type=text/css>table.left, td.mainleft{display: none;} </style>") } if(location.pathname=='/item.aspx') { document.write("<style type=text/css>table.left, td.mainleft{display: none;} </style>") } if(location.pathname=='/profile.aspx') { document.write("<style type=text/css>table.left, td.mainleft{display: none;} </style>") } else { if(location.pathname=='/private/home.aspx') document.write("<!--Display MODULE-->") } //--> </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |