custom module/chatterbox alignment, possible to separate? |
custom module/chatterbox alignment, possible to separate? |
Jun 30 2004, 06:01 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Jun 2004 Member No: 22,356 |
Okay, say I want my chatterbox on the left, but my profile and all the other modules on the right. Is this possible? I know I looked up codes for moving the chatterbox, and you say to put the script in a custom module...
|
|
|
|
![]() |
Jun 30 2004, 06:05 PM
Post
#2
|
|
|
Group: Posts: 0 Joined: -- Member No: 0 |
CODE <!-- begin code provided by createblog.com --> <!-- Switch Module Sides : Provided by blogring --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean http://www.xanga.com/seanmeister function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by blogring --> <!-- end code provided by createblog.com --> well thats the code to move the module but i don't know about moving the chatter box. it should be possible if you found a code that moves the chatter box |
|
|
|
theinspirado custom module/chatterbox alignment Jun 30 2004, 06:01 PM
theinspirado When I looked up the script to put your chatterbox... Jun 30 2004, 06:08 PM
theinspirado Can anybody help? Jul 1 2004, 01:10 AM![]() ![]() |