Changing the position of a hit counter?

liunx

Guest
How do I change the position of a hit counter on my site? What do I change in the code to position the counter in a central positon. Thanks.<br />
<br />
Jason from Woodbridge<!--content--><center>counter info gif etc</center><!--content-->Please post your url to the page so we can help you further.<br />
Thanks.<!--content-->Do you mean the bravenet counter from this url (<!-- m --><a class="postlink" href="http://get.to/jasonfromwoodbridge">http://get.to/jasonfromwoodbridge</a><!-- m -->)?<br />
<br />
If so, change this code:<br />
<br />
<!-- Bravenet.com Counters --><br />
<script type="text/javascript" language="JavaScript"><br />
sw="none";sd="none";ref=""+escape(document.referrer);<br />
</script><br />
<script type="text/javascript" language="JavaScript1.2"><br />
sw=screen.width;nav=navigator.appName;<br />
sc=(nav!="Netscape")?screen.colorDepth:screen.pixelDepth;<br />
</script><br />
<script type="text/javascript" language="JavaScript"><br />
function doit(str) {document.writeln(str);}<br />
qs="&sw="+sw+"&sc="+sc+"&ref="+ref;<br />
url='http://counter41.bravenet.com/index.php?';<br />
url += 'id=349703&usernum=3498987894&cpv=1';<br />
curl='http://counter41.bravenet.com/counter.php?id=349703&usernum=3498987894';<br />
doit('<a href=http://www.htmlforums.com/archive/index.php/"'+url+'" target="_top"><img border="0" src=http://www.htmlforums.com/archive/index.php/"'+curl+qs+'" /></a>')<br />
</script><br />
<noscript><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://counter41.bravenet.com/index.php?id=349703&usernum=3498987894&cpv=1" <br />
target="_top"><img src=http://www.htmlforums.com/archive/index.php/"http://counter41.bravenet.com/counter.php?id=349703&usernum=3498987894" <br />
alt="Bravenet.com" border="0" /></a><br />
</noscript><br />
<br />
<br />
TO:<br />
<br />
<br />
<!-- Bravenet.com Counters --><br />
<center><br />
<script type="text/javascript" language="JavaScript"><br />
sw="none";sd="none";ref=""+escape(document.referrer);<br />
</script><br />
<script type="text/javascript" language="JavaScript1.2"><br />
sw=screen.width;nav=navigator.appName;<br />
sc=(nav!="Netscape")?screen.colorDepth:screen.pixelDepth;<br />
</script><br />
<script type="text/javascript" language="JavaScript"><br />
function doit(str) {document.writeln(str);}<br />
qs="&sw="+sw+"&sc="+sc+"&ref="+ref;<br />
url='http://counter41.bravenet.com/index.php?';<br />
url += 'id=349703&usernum=3498987894&cpv=1';<br />
curl='http://counter41.bravenet.com/counter.php?id=349703&usernum=3498987894';<br />
doit('<a href=http://www.htmlforums.com/archive/index.php/"'+url+'" target="_top"><img border="0" src=http://www.htmlforums.com/archive/index.php/"'+curl+qs+'" ></a>')<br />
</script><br />
</center><br />
<center><br />
<noscript><br />
<a href=http://www.htmlforums.com/archive/index.php/"http://counter41.bravenet.com/index.php?id=349703&usernum=3498987894&cpv=1" <br />
target="_top"><img src=http://www.htmlforums.com/archive/index.php/"http://counter41.bravenet.com/counter.php?id=349703&usernum=3498987894" <br />
alt="Bravenet.com" border="0" align="center"></a><br />
</noscript><br />
</center><!--content-->
 
Back
Top