ANYONE?!? |
ANYONE?!? |
Jun 16 2004, 11:12 PM
Post
#1
|
|
![]() Proud Band Geek ![]() ![]() Group: Member Posts: 15 Joined: May 2004 Member No: 15,433 |
This code moves the left module but doesn't move the chatterbox... How can I get my chatterbox on the left side of my site and the left module on the right of my entries? PLZ HELP!!
CODE <!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com --> <script language="Javascript"> // original by sean http://www.xanga.com/seanmeister var tds = document.getElementsByTagName("td"); for (var i = 0; i < tds.length; i++){ if (tds[i].width == "200"){ tds[i].parentNode.appendChild(tds[i].cloneNode(true)); tds[i].parentNode.removeChild(tds[i]); break; }} </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
XxDiffered_DreamxX ANYONE?!? Jun 16 2004, 11:12 PM
NatiMarie Maybe it only moves the left module...ah...I suck ... Jun 17 2004, 12:02 AM
Kathleen Hmm I hear this question a lot, but I'm pretty... Jun 17 2004, 11:26 AM![]() ![]() |