Log In · Register

 
can n e wun help meh with dis?
SHORTiiSHORTGHUR...
post Aug 20 2004, 04:23 PM
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? _smile.gif
 
 
Start new topic
Replies
shortvi3tlaydee
post Aug 21 2004, 09:55 PM
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 -->
 

Posts in this topic


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