Help - Search - Members - Calendar
Full Version: want to get a right module
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
akimoto
i want to get a right module how ????


used this code b4

CODE
<style type=text/css>
/* remove regular modules */
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none}
table.blogbody tr td {width:0px; padding: 0px;}

/* edit to your liking */
table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>

<!-- add this below all the CSS -->

<table border=0 width="660"><tr><td valign="top" width="250">
<table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="right" class="module"><b>Blogring'Zzzz</b></th></tr><tr><td valign="top" class="module">

<!-- Add your blogrings here -->
<center><img src="http://i69.photobucket.com/albums/i49/AKimoto0811/onion-dp08.jpg"></center><p>
<a href="http://www.xanga.com/groups/group.aspx?id=2265891">[[*HeadBanger'Zzzzzz*]]</a><br>

</td></tr></table><br>





</td><td width="1500" valign="top" align="right">



and already try this code

CODE
<!-- start code provided by createblog.com -->
<!-- Script by Paul Chen -->
<td id="customRight" style="display:none" vAlign="top" width="200">
<!-- module:start -->
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="center">
module title here
</th></tr>
<tr><td class="left" vAlign="top">
module stuff here
</td></tr>
</table>
<br/>
<!-- module:end -->
<!-- module:start -->
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="center">
module title here
</th></tr>
<tr><td class="left" vAlign="top">
module content here
</td></tr>
</table>
<br/>
<!-- module:end -->
</td>
<script>
extra=false;
j=document.getElementById('MoreoverModule1_lblModuleTitle')
if(j){extra=true}
index=0;
var mytds = document.getElementsByTagName('td');
var i = 0;
for(i=0;i<mytds.length-1;i++){
if(mytds[i].width=="200"){
  index++;
  if(index==(extra ? 2 : 1)){break;}}
}
var sidebar = (extra ? mytds[i]: mytds[i].parentNode)
var tsibpc = document.getElementById('customRight');
var rightSide = tsibpc.cloneNode(true);
rightSide.style.display = "block";
sidebar.appendChild(rightSide);
</script>
<!-- end code provided by createblog.com -->


want to get right side of the blog not the entry

Take a Look @ my Bloggie


THx
crashingg
If you just want to move your original Left Modules to the right.. You can use this script:

[ http://www.createblog.com/scripts/download.php?id=182 ]
talcumpowder
If you're still using the first code, I can fix it if you give me the entire thing. mellow.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.