right module to left? |
![]() ![]() |
right module to left? |
Aug 22 2004, 06:11 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 171 Joined: May 2004 Member No: 15,555 |
ish there a code to put the right module to the left?? i already knoe that there ish a code to put the left module to the right...but wut if yu have a chatter boxx and yu want it to go to the left?? if there ish..pls help!
|
|
|
|
Aug 22 2004, 06:25 PM
Post
#2
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,246 Joined: May 2004 Member No: 18,822 |
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 --> ^^^thats how u move left mod to right side.. if u wanna move da c-box den u have to use a div.. |
|
|
|
![]() ![]() |