PDA

View Full Version : How to make this work in php?


mdbusa
09-13-2004, 03:19 PM
Am not getting any stats. Where do I put the code--only body field i can find is in the css file. AMost other files are php or tpl how to do??

webado
09-13-2004, 03:23 PM
Am not getting any stats. Where do I put the code--only body field i can find is in the css file. AMost other files are php or tpl how to do??
I think your tpl files may have html in them.

mdbusa
09-13-2004, 03:28 PM
Am not getting any stats. Where do I put the code--only body field i can find is in the css file. AMost other files are php or tpl how to do??
I think your tpl files may have html in them.

yes they have html--so where do i put the code? anywhere?

webado
09-13-2004, 03:49 PM
Am not getting any stats. Where do I put the code--only body field i can find is in the css file. AMost other files are php or tpl how to do??
I think your tpl files may have html in them.

yes they have html--so where do i put the code? anywhere?
The should be one of them that contains the </body> closing tag. Put the code rigth there, just before </body>.

Or find the <body> opening tag and place it rigth after.

In all cases, you may want to center the code by enclosing it in a pair <center> ... </center> of tags.

For instance:

...
...
<center>

your statcounter code as copied from Install Code

</center>
</body>