Gif image

2003-06-10 Thread Tim Bachta
I am trying to show an image in my final file. I am using the following code in my xsl file but when I go to the page as all I get is the blank image icon. Can anyone please help me with my little issue here, I know it is probably a stupid mistake but I have not been able to find it anywhere.

Re: Gif image

2003-06-10 Thread Upayavira
I am trying to show an image in my final file. I am using the following code in my xsl file but when I go to the page as all I get is the blank image icon. Can anyone please help me with my little issue here, I know it is probably a stupid mistake but I have not been able to find it

Re: Gif image

2003-06-10 Thread Geoff Howard
Well, first of all that image src reference is to the image on your local computer - so even if you get it working locally, it won't work for anyone but you. Actually, it starts off that way and then ends with what was probably meant to be the reference to the server location via http. Second,

Re: Gif image

2003-06-10 Thread James Schumann
Hi Tim, Could it be the way you're mixing different types of slash in the path? James On Tue, 10 Jun 2003, Tim Bachta wrote: I am trying to show an image in my final file. I am using the following code in my xsl file but when I go to the page as all I get is the blank image icon. Can

RE: Gif image

2003-06-10 Thread Tim Bachta
10:30 AM To: [EMAIL PROTECTED] Subject: Re: Gif image Well, first of all that image src reference is to the image on your local computer - so even if you get it working locally, it won't work for anyone but you. Actually, it starts off that way and then ends with what was probably meant

RE: Gif image

2003-06-10 Thread Stavros Kounis
To: [EMAIL PROTECTED] Subject: Re: Gif image Well, first of all that image src reference is to the image on your local computer - so even if you get it working locally, it won't work for anyone but you. Actually, it starts off that way and then ends with what was probably meant