can n e wun help meh with dis? |
can n e wun help meh with dis? |
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?
|
|
|
|
![]() |
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 --> |
|
|
|
SHORTiiSHORTGHURL7 can n e wun help meh with dis? Aug 20 2004, 04:23 PM
sewerz1000 um.. woa... thats a tough one.. im not sure, the o... Aug 20 2004, 04:58 PM
kpxanqel you use the "swap module" code but keep ... Aug 20 2004, 05:42 PM
sweetxsimplicity I'm not sure if thats possible.. Aug 20 2004, 05:44 PM
T.K.O. place a table in ur custom header or footer and pl... Aug 21 2004, 10:37 PM![]() ![]() |