Help - Search - Members - Calendar
Full Version: right module to left?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
stitch132
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! biggrin.gif
MrElsewhere
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..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.