Log In · Register

 
custom module/chatterbox alignment, possible to separate?
theinspirado
post 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...
 
 
Start new topic
Replies
post 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
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: