i want the module on the right!, why is it on the bottom? |
![]() ![]() |
i want the module on the right!, why is it on the bottom? |
Nov 8 2004, 04:52 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Nov 2004 Member No: 61,278 |
i really like the module i got but i want it on the right instead of the bottom..its on the bottom!! is there a way to fix it so its on the right? i got the code to put switch the module sides but for some reason its not working!
|
|
|
|
Nov 8 2004, 05:26 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
did you paste this code into your website stats?
CODE <!-- begin code provided by createblog.com -->
<script language="Javascript"> 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 --> |
|
|
|
Nov 8 2004, 06:39 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Nov 2004 Member No: 61,278 |
i just put that in, but now i don't have the custom module that i used to have.... is there a place i can look for a new custom module?
|
|
|
|
![]() ![]() |