View Full Version : i have 2 questons here


DarkAznBlo0d
11-24-2005, 12:19 AM
ok, my first question. i had a code for the subcribtions to have a scroll bar. now that i have it. for some reason, it add scroll bars to my profile now. it does that now. before it doesnt.

my second question. i have pics and i want to show them on my entry. but i dont want my entry to be way to long. is there a way to add scroll bars within the entry to have the pics with text saying wat it means?

thx in advance

tokyo bleu
11-28-2005, 06:40 AM
#2: http://s7.invisionfree.com/xblog/index.php?showtopic=4079

u suck i dont
01-17-2006, 07:03 PM
COPY AND PASTE INTO CUSTOM HEADER OR WEBSITE STATS (REQUIRED 1 OF 2):

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



and then
COPY AND PASTE INTO WEBSITE STATS (REQUIRED 2 OF 2):


<!-- 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.paren tNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.paren tNode;
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 -->








their copy and paste both of those itno ur website stats and in ur look and feel then that should fix ur problem....good luck