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 --> |
|
|
|
| *NatiMarie* |
Jun 17 2004, 12:02 AM
Post
#2
|
|
Guest |
Maybe it only moves the left module...ah...I suck at this kind of stuff...sorry
|
|
|
|
| *Kathleen* |
Jun 17 2004, 11:26 AM
Post
#3
|
|
Guest |
Hmm I hear this question a lot, but I'm pretty sure it was answered somewhere I didn't read. First, try searching for the answer through a search. Then, I would suggest to add "<DIV align="left">" before your chatterbox in Look and Feel.
|
|
|
|
![]() ![]() |