Re: JPGs & GIFs not displaying
This isn't an ASP question, so you may want to try elsewhere if my idea is
wrong.
If you're hosting on a *nix server, be aware that filenames are case
sensitive.
Ray at work
"Waguih Boctor" <wboctor@hotmail.com> wrote in message
news:%23%23O6O6jnDHA.1728@TK2MSFTNGP09.phx.gbl...[color=blue]
> Hi,
>
> I have a number of ASP pages where some JPGs and GIFs are displaying in[/color]
the[color=blue]
> browser and some are not. I have included an excerpt from the HTML below.[/color]
In[color=blue]
> this example, the gif file at the bottom of the example is displaying (I
> have others that don't), while the jpg file at the top isn't. Both files[/color]
are[color=blue]
> in the same folder (visible bith physical in WE and virtual in CM) as the
> asp file itself. WHen not displaying, it displays instead the link
> placeholder with the name of the jpg or gif file. Right-clicking displays[/color]
a[color=blue]
> menu which includes "Show Picture", but choosing that does nothing. What
> could be inhibiting the display of graphics? The entire page and all the
> pages relating to it are otherwise working fine.
>
> Thanks
>
> Example listing:
>
> <DIV align=center><CENTER><TABLE height=63 cellSpacing=1 width=753[/color]
border=0>[color=blue]
> <TR>
> <TD style="VERTICAL-ALIGN: top" vAlign=top align=middle width=76
> height=52>
> <A href="index.asp"><IMG alt="Logo" src="LogoPic.jpg" width=80[/color]
height=75[color=blue]
> border=0></A></TD>
> <TD> </TD>
> <TD style="VERTICAL-ALIGN: top" vAlign=top width=665 height=52>
> <BR>
> <FONT color=#000080 size=6><STRONG>The Company, Inc.</STRONG></FONT>
> <FONT size=4><BR>Company Business Description</FONT></TD>
> </TR>
> <TR>
> <TD></TD>
> <TD></TD>
> <TD><IMG src="blue_bar.gif" height=5 width=646></TD>
> </TR>
> </TABLE></CENTER></DIV>
>
>[/color]
|