[quote=Unringen_Sai]sir the tracker is very good at the moment and btw.. how can i edit the css? i dont know what going to do to edit up my tracker pls..
see of the result of my tracking
NOTE : see the red circle
[url]http://img231.imageshack.us/img231/952/testks0.jpg[/url][/quote]
You can edit the CSS by using [b]tracker.css[/b]
Just modify your tracker account and put the direct URL of your tracker.css. Here is the script :
[quote]/* Reset and base font: base font = Arial 11px/1.22em, #000000 (scale: 10px = 90%; 12px = 109%; 14px = 127%; 16px = 145%) */
table,tr,body,div,td {margin:0;padding:0;border: 0px;}
body {color:#000000;font:11px arial,helvetica,sans-serif;} table {font-size:inherit;font:100%;}
body {
text-align: center;
background: transparent;
overflow-y:scroll/* Fix for IE scrollbar bug */
}
/* Default link styles */
a {
font-weight: bold;
}
a:link, a:visited, a:active, a:hover { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }
a.action:link, a.action:visited, a.action:hover, a.action:active { color: #000000; }
#main, .row , tr, td {
width: 100%;
}
#top, #foot, #ad {
padding: 5px
}
.row td {
padding: 5px
}
span, .more, .visit, .copy {
font-size: smaller;
}
.imageblock {
vertical-align: top;
background-color: #FFFFFE;
overflow: hidden;
height:75px;
width:75px;
text-align: center;
border: 2px ridge #000000;
}
img {
height: 75px;
border: 0px;
}
.visit {
margin-bottom: 5px;
}
.even {
background: transparent;
}
.rtd, .ltd {
vertical-align: top;
}
.ltd {
width: 85px;
}
.rtd {
padding-left: 0px !important
}
sup {
font-size: .5em
}
.online {
color: white;
font-weight: bold
}
.strong {
font-weight: bold;
}
#plinks a:link, #plinks a:visited, #plinks a:active, #plinks a:hover {
text-decoration: none;
}
.pageselected:link {
color: #000000;
}[/quote]
I hope it helps