Hey guys,
I've got what i think is a simple problem, yet i can't seem to find a solution. I'd like to place an image in my HTML file whose source is a hard-coded ABSOLUTE path on my harddrive:
ie <img src="C:\myFolder\myImage.jpg">
This works fine in IE, but Firefox strips the first 'C' from the name. Any ideas?
Thanks!
Sev