Thank you for reply.
I use ja_t3_blank template.
So I have to modify the index.html file of this tamplate, Right?
I found it in:
www.my-site/templates/ja_t3_blank/index.html
...and I have modify it as follow:
<html>
<head>
<script type="text/javascript" src="keyboard.js" charset="UTF-8"></script>
<link rel="stylesheet" type="text/css" href="keyboard.css">
<input type="text" value="" class="ariQuizFreeText">
</head>
<body bgcolor="#FFFFFF"></body></html>
Nothing happens!
What's wrong?
...and about this 3 files:
- keyboard.js
- keyboard.css
- keyboard.png
Where I have to upload them? In which dir of my site?