anorakgirl
Programmer
hi,
i'm having problems using the base tag, and i'm not sure where they're coming from.
in the head of my document, i have
my images are in a subdirectory of the main directory
i.e. i could access an image at
im my html, the images are referenced like this:
so far as i can see that looks right, but when i look at the site in internet explorer 6, the images are not displayed. it seems to take ages trying to download them, and if i right click where an image should be, and choose properties, the url for the image is correct.
i can't see what i'm doing, i'm guessing it must be a browser problem rather than a server problem, although i'm running through IIS on windows 2000 for info.
anyone had a similar problem, or cans ee what i'm doing wrong with my base tag?
thanks! ~ ~
i'm having problems using the base tag, and i'm not sure where they're coming from.
in the head of my document, i have
Code:
<base href="[URL unfurl="true"]http://localhost/sitedir/">[/URL]
my images are in a subdirectory of the main directory
i.e. i could access an image at
Code:
[URL unfurl="true"]http://localhost/sitedir/imagedir/image.gif[/URL]
im my html, the images are referenced like this:
Code:
<img src="images/image.gif">
so far as i can see that looks right, but when i look at the site in internet explorer 6, the images are not displayed. it seems to take ages trying to download them, and if i right click where an image should be, and choose properties, the url for the image is correct.
i can't see what i'm doing, i'm guessing it must be a browser problem rather than a server problem, although i'm running through IIS on windows 2000 for info.
anyone had a similar problem, or cans ee what i'm doing wrong with my base tag?
thanks! ~ ~