Visits counter manipulation with KompoZer
I created a small site of Botany and in my home I wanted to install a meter for visits. So I copied and pasted on my home different codes provided by various sites. Attention: the counter is never shown on the net whatever be the code, I found the script code as I pasted on my page. Is there any manipulation to be done with KompoZer?
Re: Visits counter manipulation with KompoZer
I do not know KompoZer, but I suppose there is a WYSIWYG display and display "code" (source), and you have to paste your code in it? And the character "<" of "<script" (if it is indeed javascript) would not have been turned into "<?"
Re: Visits counter manipulation with KompoZer
Good evening, I tried several ways, either on my pledge to host directly as I did before with Dreamweaver but then also in my source page the result is the same in 2 cases.
Here is the source code of my home page:
HTML Code:
<script type="text/javascript" src="http://computer.SITENAME.net/js/20/4/0/0">
</script>
When I look at my page source, I have this:
HTML Code:
type = "text / javascript"
src = "http://computer.SITENAME.net/js/20/4/0/0"> <br>
</script>
What do you think?
1 Attachment(s)
Re: Visits counter manipulation with KompoZer
I may be wrong but you have the code and paste it in the wrong party, and to my knowledge KompoZer "translated" it in HTML, and replaced special characters like <and>, then inevitably you'll see the code in place that it is executed. If I refer to this screenshot (attached), you must paste your code in the "source" (bottom).
Re: Visits counter manipulation with KompoZer
Ok thank you. In fact, do not pasted on the page in normal mode but on the source page, now it works. Thank you very much.