help plz! |
help plz! |
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?
|
|
|
|
![]() |
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 |
|
|
|
Ness723 help plz! Aug 22 2004, 05:08 PM
boysbr3akhearts Mhmm: http://www.createblog.com/forums/index.php?... Aug 22 2004, 05:11 PM
emmalie look on how to make a skin and its there..how to m... Aug 22 2004, 05:11 PM![]() ![]() |