Where do I put the images/clear.gif and the unitpngfix in relation to my template?
here is the call in my header.php file:
<!--[if lt IE 7]>
<script type="text/javascript" src="unitpngfix.js"></script>
<![endif]-->
Thank in advance
Where do I put the images/clear.gif and the unitpngfix in relation to my template?
here is the call in my header.php file:
<!--[if lt IE 7]>
<script type="text/javascript" src="unitpngfix.js"></script>
<![endif]-->
Thank in advance
The code in header.php needs to be the absolute path to the file, starting at site root. If the js is in your theme folder you can use this
src="<?php bloginfo('template_directory'); ?>/unitpngfix.js"
you have to set the location for the GIF within the JS script, if I recall
This topic has been closed to new replies.