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 (1 - 5)
sewerz1000
post Aug 20 2004, 04:58 PM
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 biggrin.gif
 
kpxanqel
post Aug 20 2004, 05:42 PM
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
 
sweetxsimplicity
post Aug 20 2004, 05:44 PM
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.. huh.gif
 
shortvi3tlaydee
post Aug 21 2004, 09:55 PM
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 -->
 
Godsend
post Aug 21 2004, 10:37 PM
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.
 

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