Log In · Register

 
Umm How do you Make your entries boxed?, like with the scrollbar
yubin831
post Oct 10 2004, 10:11 PM
Post #1


Juliman
****

Group: Member
Posts: 134
Joined: Aug 2004
Member No: 36,848



i really need the code right now happy.gif
 
 
Start new topic
Replies
sweetxsimplicity
post Oct 10 2004, 11:03 PM
Post #2


hi, my name is brianna! =]
*******

Group: Official Member
Posts: 5,764
Joined: Jun 2004
Member No: 22,114



Or you could do this the simpler way..

Put this in your Custom Header HTML

CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">.custom{
width:450px;
height:200px;
z-index:100;
overflow: auto;
border: 0px none;
background:;
}</style>
<!-- end code provided by createblog.com -->


And this in your Website Stats

CODE
<!-- begin code provided by createblog.com -->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');

}
}
</script>

<!-- end code provided by createblog.com -->
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: