Re: Off Line Browser
you should use images/blah.jpg or ../images/blah.jpg(if you need to navigate up a level
if you use /images it means from root of teh filesystem so would fail as they won't be there. //images would be like specifying a network root so would be even worse
|