Hi
I am trying to use < base> TAG to indicate the source folder containing the media files for my html pages located in separate folder.
I have the following folder structure:
A
|- HTML_PAGES (contains html files)
|- MEDIA_FOLDER (contains the media used by this html pages)
I try to indicate the html files with the media used by html pages - so, in each html file i have something like this:
<base href="../MEDIA_FOLDER"/>
And the problem is: it works for some browsers (Opera, Chrome) but it doesn't work for Internet Explorer and Firefox. How to make it work with IE and Firefox?