can n e wun help meh with dis? |
can n e wun help meh with dis? |
![]()
Post
#1
|
|
![]() ...... ![]() ![]() Group: Member Posts: 27 Joined: Jul 2004 Member No: 30,281 ![]() |
duz anyone kno tha code where like the chatterbox is in the middle,the weblog enteries are on the left , and the left modules are on the right?
![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 ![]() |
u can put the chatterbox code either in your custom header or web stats
heres the code to switch the modules and weblog entries 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); //document.write.blogring tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |