View Single Post
Unread 01-29-2009, 09:15 PM
p9142 p9142 is offline
Junior Member
Join Date: Jan 2009
Posts: 10
  #2  
Default

I'm sure that someone has run into this problem in the past. Isn't there a way to have your udm-resources folder be in a different folder than the html code? I can only get the images to show up when I have them in the same folder:

Code:
<script type="text/javascript"
	src="/udm-resources/udm-custom.js"></script>

when I place my html file on level deeper in the site folder structure, my menus still work when I use this code, but the images disappear:

Code:
<script type="text/javascript"
	src="../udm-resources/udm-custom.js"></script>
Reply With Quote