|
Put under Custom Header:
if you want custom modules:
Put uner Web stats:
<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">
<b>All About Me<b/>
</th></tr>
<tr><td class="left" vAlign="top">
<DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 160px; HEIGHT: 150px; BACKGROUND-COLOR: transparent">
<img src="YOUR ICON URL HERE"><br><br>
This is where you can tell everyone all about yourself and why you are
so great...you can put your interests, hobbies, your favorite
celebrities...anything you like or dislike...anything!I hope you enjoy
it!
</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>Icons</b>
</th></tr>
<tr><td class="left" vAlign="top">
<MARQUEE width=150> <img src="YOUR ICON URL HERE"> <img src="YOUR ICON URL HERE">
<img src="YOUR ICON URL HERE">
<img src="YOUR ICON URL HERE"> <img src="YOUR ICON URL HERE">
</MARQUEE></MARQUEE>
</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>Custom Module<b/>
</th></tr>
<tr><td class="left" vAlign="top"><DIV id=scroll3
style="OVERFLOW: auto; WIDTH: 160px; HEIGHT: 150px; BACKGROUND-COLOR:
transparent">
<img src="YOUR ICON URL HERE"><br><br> This the place
you can do anything with...you can put your favorite quote, what song
you are listening to, who you love, your to-do list...anything you
want! this is your space to completely creative!
</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>
|
| |