
Last edited by iconald (2008-03-19 02:56:19)
find that one on ur tracker.css
and u will see da overflow ..
Last edited by portuniecho (2008-03-19 05:35:31)
i want this code for those who visit to my profile... plz help me plzzzz
many tnx for your reply and sorry for this edit (is this wrong??)
Last edited by cray05 (2008-03-19 06:57:35)
Last edited by portuniecho (2008-03-19 07:06:45)
<"><">change it vice versa,,
Last edited by portuniecho (2008-03-19 09:11:58)
<"><">change it vice versa,,
[/quote]
---------- problem solved ----------
[b]@portuniecho[/b]
Yooo! Thx a lot Bro, it's rock! 
Last edited by kayuputih (2008-03-19 09:56:20)
Last edited by switpotato (2008-03-19 10:26:10)
but if u want to be on da mainbar,,
just look for this part at da [b]tracker.txt[/b]
[quote]function addBox (type,head,htm,id,sibling) {
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("<li>");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm="<div class='boxcontent'>"+htm+"</div>";
}
else var ul=document.getElementById("[color=#FF0000][b]2[/b][/color]").parentNode.parentNode;
li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+id+"'>"+
htm+
"</div>"+
"</div>";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);[/quote]
u can change da [b]2[/b] into this
<">dats it ate swit,,
@shirow,,
no problem bro,,i want to help here since i already got da info from you guyz,,so no problem bout dat,,glad im here
Last edited by portuniecho (2008-03-19 10:47:08)
,, thanks,,

Please check my tracker box at my Profile
[url=http://profiles.friendster.com/user.php?uid=25711414]PROFILE[/url]
what is the problem?? I've try what [b]shakiro214[/b] say :
[quote=shakiro214]you can reduce the font size by adding it in the CSS
[quote]/* content */
.content {
margin-left: 3px;
display: inline-block;
float: left;
[color=red]font-size: 100%;[/color]
}[/quote]
just edit the 100% to any percent: ex. 90%, 95%, 105%, 110%[/quote]
but the effect is the font become very small, the photo goes to right side, but not in full size 
Please give me some suggestion to solve this problem 


Please check my tracker box at my Profile
[url=http://profiles.friendster.com/user.php?uid=25711414]PROFILE[/url]
what is the problem?? I've try what [b]shakiro214[/b] say :
[quote=shakiro214]you can reduce the font size by adding it in the CSS
[quote]/* content */
.content {
margin-left: 3px;
display: inline-block;
float: left;
[color=red]font-size: 100%;[/color]
}[/quote]
just edit the 100% to any percent: ex. 90%, 95%, 105%, 110%[/quote]
but the effect is the font become very small, the photo goes to right side, but not in full size 
Please give me some suggestion to solve this problem 
[/quote]
maybe sir u increased ur font size,,are you..
like dis..
<">or your,,
dis
<">search it on ur tracker.css,,
luk for dat 2,,try to edit it,,and see da result,,
or maybe u dunt have dis one,,
or u may check da other problem on my post #227 here..
Last edited by portuniecho (2008-03-20 02:52:23)