Profile module won't disappear, Script I'm using from Xanga Scripts at CreateBlog isn't workin |
Profile module won't disappear, Script I'm using from Xanga Scripts at CreateBlog isn't workin |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2009 Member No: 706,835 ![]() |
I would like to have the custom module on the left side of my Xanga appear without the profile, blogrings, calendar, etc. The only trouble is when using the script here provided to do exactly that, the profile-message me-sign my guestbook-expertise, etc. module keeps showing? What script do I put in the header to make the entire profile box disappear and only have the custom module display along with my centered blog and custom module on the right?
In other words, I want the custom module on the left, blog centered, custom module on the right. |
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2009 Member No: 706,835 ![]() |
This script worked to empty out all the extra modules.
CODE hr { display: none; } table.blogbody tr td { width: 0px; padding: 1px; } .mainleft { display:none; } But after using that code, this following code for a custom module put the custom module on the left side. While I like having a custom module on the right side, I still want a custom module on the left side I can fill with content without all the profile, subscriptions, calendar, blogrings, etc. CODE <div> <div style="overflow: auto; margin-left:92px; margin-top:5px; height:#pickheightpx; border-bottom: 0px #000; width: pickwidthpx; background-color:#fff"> BLABLABLABALBALB </DIV> </div> This is my xanga here. Maybe you can hit "view source" when you right click on the page and have a look at the scripting to see what I should put in the header or webstats to get all the xanga modules to disappear so I can put my own in. Once upon a time, I had the scripts for removing all the other modules and putting a left custom module up with a right custom module but that was about two years ago and I have no idea what I did with them. If it can be figured out, then maybe they can be posted in the Xanga scripts again because I know it's something that quite a few people would like to have. When I had mine up, I got asked quite often for the scripts for it and I always sent everyone here to get the scripts but they are no longer here. ![]() And if I didn't tell you before I will tell you now, thank you for trying to help me. ![]() ![]() |
|
|
![]() ![]() |