I am having a heck of a time getting a javascript call into the <head> section of my template. I have tried using a user created tag, and I have tried a {literal}{/literal} tag, all to no avail.
Here is what I have now:
Code: Select all
{literal}
<__script__ type="text/javascript" src="http://tacomaautorepairshop.com/js_vid/mootools.js"></__script>
<__script__ type="text/javascript" src="http://tacomaautorepairshop.com/js_vid/swfobject.js"></__script>
<__script__ type="text/javascript" src="http://tacomaautorepairshop.com/js_vid/videobox.js"></__script>
<link rel="stylesheet" href="http://tacomaautorepairshop.com/css/videobox.css" type="text/css" media="screen" />
{/literal}
Code: Select all
<style type="text/css" media="screen">
object { outline:none; }
</style>
Thanks in advance for any and all help provided.
Tom