Log In · Register

 
How to change my left side info
little_misss
post Jul 10 2004, 07:44 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Jul 2004
Member No: 29,408



Hi i've searching in this site for a code that can change my left side info by adding different things.. and how to put it to the right side cuz my code doesn't work. _unsure.gif

If anyone can help that would be great. THANKS ALOT
 
 
Start new topic
Replies
ch33sylici0us
post Jul 10 2004, 08:08 PM
Post #2


my pet rock doesn't like you
****

Group: Member
Posts: 258
Joined: Feb 2004
Member No: 4,866



This is the code to move your left side module to the right:
CODE
<!-- begin code provided by createblog.com -->
<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);
tds[i].parentNode.appendChild(sidebar);
tds[i].parentNode.removeChild(tds[i]);
break;
}}
}
swapSidebar();
</script>
<!-- end code provided by createblog.com -->
 

Posts in this topic


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