Help - Search - Members - Calendar
Full Version: module
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
x3_FANNi
can you switch modules to the right ? if you can whats the code ?
moorepocket
yes there is a code for that.

http://www.createblog.com/forums/index.php...w=findpost&p=26

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 -->
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.