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
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 ![]() |
um.. woa... thats a tough one.. im not sure, the only way i can see doing that is movine the left modeules to right script, div the blog to where want it, and then somehow magiacally move the chattbox....hm... gottta h get baq to ya on that one
![]() |
|
|
![]()
Post
#3
|
|
![]() anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 ![]() |
you use the "swap module" code but keep the chatterbox in the chatterbox code in your look and feel. that'll make your blogs on the left, then your chatterbox in the middle following your profile to the right
|
|
|
![]()
Post
#4
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 ![]() |
I'm not sure if thats possible..
![]() |
|
|
![]()
Post
#5
|
|
![]() 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 --> |
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 919 Joined: Apr 2004 Member No: 14,856 ![]() |
place a table in ur custom header or footer and place the code there.
|
|
|
![]() ![]() |