How do I manipulate the html of a view?
How do I manipulate the html of a view?
I have a view (
http://creator.zoho.com/martta.rosa/livros/#View:listas_vender_en
) to wich I would like to add a tracking code, from Google Analytics, immediately before the
</body>
tag.
<script type="text/javascript">
...</script>
Where can I find the </body> tag in a view?
Thank you,