[thelist] making web files ' portable'

Bruce Gilbert webguync at gmail.com
Fri May 13 16:33:20 CDT 2005


currently when I need to reference an image, file pdf file and other
sources within my directory in html I need to put a '/' since I have
all my documents within a root folder so instead of: <img
src="assets/navicns/btnHelp.jpg", I would need to have <img
src="/assets/navicns/btnHelp.jpg"

this causes a problem since I am working with a developer doing
dynamic content and we need to take out the '/' in order for him to be
able to open up a zip file and have everything associate in his
production environment.

What would be a good solution here? Should I take out the container
folder I have everything in and if I do will all my links still
associate?

my files are at C:\Inetpub\wwwroot so I can preview dynamic content locally.

thanks,


-- 
::Bruce::


More information about the thelist mailing list