Log In · Register

 
 
Closed TopicStart new topic
Module to left..:huh:, ................
jangashi_hiei
post Sep 1 2004, 02:44 PM
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..
 

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