Xanga double module skins, Does anyone know how to make a double module skin? |
Xanga double module skins, Does anyone know how to make a double module skin? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2007 Member No: 533,417 ![]() |
Well, what I want to know is how to make a double module skin like on the site www.xanga.com/heavenxangelxdesigns. <--that type of skin. I have everything done but I just need the CODE for the double modules......any help? Please help =]
|
|
|
![]() |
*digitalfragrance* |
![]()
Post
#2
|
Guest ![]() |
Please search other topics before you post... there is one about this also a few rows down.
http://www.createblog.com/forums/index.php?showtopic=98256 http://www.createblog.com/forums/index.php...=double+modules |
|
|
*IVIike* |
![]()
Post
#3
|
Guest ![]() |
here's a code... it goes in your web stats
CODE <td id="customRight" style="display:none" vAlign="top" width="200">
<!-- module:end --> <!-- module:start --> <table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1"> <tr><th class="left" vAlign="top" align="center"> <b>About Me ♥</B> </th></tr> <tr><td class="left" vAlign="top"> Write About You Here Include Your <strong> Name </strong> <i> Age </i> <u> Intrests </u> and more!! have fun <br></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"> <b>Music</b> </th></tr> <tr><td class="left" vAlign="top"> Put a Playlist or Say What Is Playing on your Xanga <br></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"> <b>TITLE HERE</B> </th></tr> <tr><td class="left" vAlign="top"> Heres an Extra Module For what Ever You Want <br></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"> <b>Credit</B> </th></tr> <tr><td class="left" vAlign="top"> THIS CODE WAS MADE BY <br> IVIike.createblog.com <br></td></tr> </table> <br/> </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> |
|
|
![]() ![]() |