profile,blogring module, all left modules, how do you move them to the right |
![]() ![]() |
profile,blogring module, all left modules, how do you move them to the right |
![]()
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 * |
|
|
![]()
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 |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Jan 2004 Member No: 798 ![]() |
T H a N K s !!!!
|
|
|
![]() ![]() |