Log In · Register

 
help plz!
Ness723
post Aug 22 2004, 05:08 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: Jul 2004
Member No: 34,530



this is probably a dumb question but is there like a script to make it so ur entire profile module on the left or w/e where ur name and aol screenname and stuff is is there a script to make it so u can get rid of everything and just put ur own html in it?
 
 
Start new topic
Replies
shortvi3tlaydee
post Aug 22 2004, 05:14 PM
Post #2


moohaha
******

Group: Member
Posts: 2,214
Joined: Aug 2004
Member No: 41,985



heres the code to switch the sides

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 -->


i think ive seen this somewhere b4 [the topic] remember to look around be4 u make a new topic happy.gif
 

Posts in this topic


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