473,382 Members | 1,447 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How can I get this image file to display?

110 100+
I'm having trouble getting a simple image file to display on my webpage. "bannercopy.gif" is in the same folder as the .html file. It appears when I preview it in FrontPage but does not display when I run it from the web.

And other images appear with no problem.


Expand|Select|Wrap|Line Numbers
  1. <table border="0" width="100%" id="table141" cellspacing="0" cellpadding="0">
  2.                         <tr>
  3.                             <td valign="top" style="padding-bottom: 15px">
  4.                             <p align="center">
  5.                             <img border="0" src="bannercopy.gif" width="456" height="144"></p>
  6.                             <p align="center">
  7.                             </p>
  8.                             <p align="center">
  9.                             </p>
  10.                             </td>
  11.                         </tr>
  12.                     </table>
  13.  
Can anybody help me?
Oct 1 '09 #1
6 1815
Dormilich
8,658 Expert Mod 8TB
@andersond
are you sure? (is it also on the server?)
Oct 1 '09 #2
andersond
110 100+
I am certain it's both in the same folder and on the server.
Oct 1 '09 #3
Plater
7,872 Expert 4TB
The server is probably case sensitive. Make sure you have the casing right.
Also, is the image ACTUALLY a gif file? If it's not and you changed the extension, some browsers might refuse to display it since the content-type won't match the internal image type.
Oct 1 '09 #4
drhowarddrfine
7,435 Expert 4TB
I would bet that FrontPage injected the src as something like "c:\bannercopy.gif" which won't be found on the server.
Oct 1 '09 #5
Plater
7,872 Expert 4TB
I personally dislike both FrontPage and DreamWeaver(and the adobe one, although I think they merged yes?) I feel they write sloppy/poor code. Doing things like adding that absolute path c:\
Oct 2 '09 #6
Dormilich
8,658 Expert Mod 8TB
@Plater
nothing can write as efficient code as a source code writer.
Oct 2 '09 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Ken | last post by:
How does IE6 control the display of images? I change the content of a image file image1.jpg without changing the file name. Then jump to a new page to display it. IE6 does not displays the...
5
by: Kevin | last post by:
Hi all, Assuming I have stored the binary data of an image file in a blob field of a table, how can I display it as an image in a web page? I found some instructions on the web, such as ...
1
by: j erickson | last post by:
with the following xsl and xml file, the display of the gif file with the <image/url> tag works. However, the gif file in the <description> tag using the name attribute "src" won't make the correct...
9
by: Wally | last post by:
I am trying to display images from an Access 2000 database and I get an error "Invalid Parameter Used" when I execute the code line "picBLOB.Image = Image.FromStream(stmBLOBData)" in my Visual...
4
by: Detlef Huettenbach | last post by:
I was trying to convert a Windows Forms prototype application to an ASP.NET solution that makes use of loading data streams into the Image Web/Windows control. For WinForms no problem. However in...
2
by: Wayne Wengert | last post by:
I am trying to build an ASP.NET application which includes the capability to allow users to save pictures to a SQL Server 2000 database table and then later to display selected photos (usually JPG...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
2
by: nishi.hirve | last post by:
Hello, I am writing 1 client-server application in which I have written my server in C on linux system and client in C#. My server is sending image bytes of that image size to the client....
1
by: amritranjan | last post by:
How to retrive image file from MS access database and display this in another JSPpage -------------------------------------------------------------------------------- This is my Jsp code for...
4
by: Ty | last post by:
Hello all, I am creating a web site with Visual Stuido 2008. I am trying to use a java script file to create a busybox for login from this page http://blogs.crsw.com/mark/articles/642.aspx. I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.