Module to left..:huh:, ................ |
Module to left..:huh:, ................ |
![]()
Post
#1
|
|
![]() Fickly Pickles! ![]() ![]() Group: Member Posts: 18 Joined: Apr 2004 Member No: 10,945 ![]() |
i used this code but... my chatterbox is in the middle... and all the other left hand modules are at the right.. and my blog is at the left... can somone edit the code so that the chatterbox has the subscription box under it? or something that it can make the left, right and middle module even?
CODE <!-- 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 --> thnks in advance.. |
|
|
![]() ![]() |