Moving modules, I ned help with this! |
Moving modules, I ned help with this! |
Dec 5 2004, 05:54 PM
Post
#1
|
|
![]() I heart Xanga ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Sep 2004 Member No: 47,755 |
I'm trying to make a skin. I've looked everywhere and cant find a code for what I need. Here's my site: My Xanga I want to move the modules into the left box. I don't want to remove the Xanga ones and replace them with custom ones, I just want them moved. Is that possible? I've been trying to find this code forever. I usually just make the blog area wider and keep the modules in it, but I'd like a different look. If anyone can help, I'd really appreciate it! And if anyone has any ideas to make the picture more clear, I'm all ears! Sorry for two problems in one post!
|
|
|
|
![]() |
Dec 5 2004, 06:47 PM
Post
#2
|
|
![]() my moods are unpredictable ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Jun 2004 Member No: 20,201 |
use this code:
CODE <!-- begin code provided by createblog.com --> <script> if(location.pathname=="/home.aspx"){ // Script By Paul Chen // http://www.xanga.com/kaiyotee var mytds = document.getElementsByTagName('td'); var i = 0; for(i=0;i<mytds.length-1;i++){ if(mytds[i].width=="200"){ break; } } mytds[i].firstChild.nextSibling.style.display = "none"; mytds[i].firstChild.style.display = "none";} </script> <!-- end code provided by createblog.com --> hope that works! |
|
|
|
Dec 5 2004, 07:13 PM
Post
#3
|
|
![]() I heart Xanga ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Sep 2004 Member No: 47,755 |
Thanks, but it didn't work. I may be putting it in the wrong place though. I put it under custom header HTML after the code for the BG. This is what I have (I didn't do anything to the skin yet except position the blog):
<IMG SRC='http://img.photobucket.com/albums/v473/Amie91280/Xanga%20Stuff/CSI.jpg' border=0 width=825 height=1179='#imgmap'> <MAP NAME='imgmap'> <div style="overflow: auto; width: 490px; height: 520px; margin-top: -542px; margin-left: 302px;"> <!-- begin code provided by createblog.com --> <script> if(location.pathname=="/home.aspx"){ // Script By Paul Chen // http://www.xanga.com/kaiyotee var mytds = document.getElementsByTagName('td'); var i = 0; for(i=0;i<mytds.length-1;i++){ if(mytds[i].width=="200"){ break; } } mytds[i].firstChild.nextSibling.style.display = "none"; mytds[i].firstChild.style.display = "none";} </script> <!-- end code provided by createblog.com --> |
|
|
|
Dec 6 2004, 02:31 PM
Post
#4
|
|
![]() I heart Xanga ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Sep 2004 Member No: 47,755 |
Does anyone have any ideas?
|
|
|
|
![]() ![]() |