Log In · Register

 
 
Closed TopicStart new topic
profile,blogring module, all left modules, how do you move them to the right
AnDiWaSLyKe...Wh...
post Feb 18 2004, 01:04 AM
Post #1


Member
**

Group: Member
Posts: 29
Joined: Jan 2004
Member No: 798



hi! does anyone know how to move your profile and all the stuff on the left to the right side of the page and also how do you put your chatterbox on the top or bottom of your page? thanx....

*J e L L *
 
lilluvabledenise
post Feb 18 2004, 01:16 AM
Post #2


Newbie
*

Group: Member
Posts: 3
Joined: Feb 2004
Member No: 4,422



CODE
<!-- begin code provided by createblog.com -->
<!-- Switch Module Sides : Provided by Blogring.net -->
<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.net -->
<!-- end code provided by createblog.com -->


that's for moving the left modules to the right... i don't know how to do the chatterbox thing... sorry
 
AnDiWaSLyKe...Wh...
post Feb 18 2004, 01:32 AM
Post #3


Member
**

Group: Member
Posts: 29
Joined: Jan 2004
Member No: 798



T H a N K s !!!!
 

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