Forum Moderators: not2easy

Message Too Old, No Replies

Image won't display in IE/FF.

Image only displays in dreamweaver

         

davidhamer

8:38 pm on Jul 21, 2005 (gmt 0)

10+ Year Member



Hello everyone.
I wonder if you could help me solve my rather annoying problem please?
I inserted my banner logo into my middletop table. It displays fine in dreamweaver and on offline IE and FF. But after I upload it to the server, I go to the page and the banner isn't displaying. I've cleared cookies, cache and history. But that didn't help..

Thank you very much for your help in advanced.

David

#middletop {

border: solid #000000;
width:150px;
height:90px;
background-image:url(image/banner.gif);
background-position:center;
background-repeat:no-repeat;
)
-Html

<table width="100%" id="table" >
<tr>
<td id="lefttop"><img name="image" src="image/Sandeago%20Red.jpg" width="87" height="104" alt=""></td>
<td id="middletop"></td>
<td id="righttop"><img src="image/domain_search.gif" width="49" height="53" align="middle" alt="Domain Name Search"><br>
</td>
</tr>
</table>

ChadSEO

9:59 pm on Jul 21, 2005 (gmt 0)

10+ Year Member



On your site, are you able to access http://www.domain.tld/image/banner.gif?

I would also advise changing your code to
<td id="middletop">&nbsp;</td>
as some browsers will not render an empty cell.

[edited by: createErrorMsg at 10:57 am (utc) on July 22, 2005]
[edit reason] de-linked [/edit]

Staffa

10:02 pm on Jul 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If the image that you are talking about is : Sandeago%20Red.jpg
then delete in your code %20 in the image name and rename your image SandeagoRed.jpg

It is never a good idea to have a file name with a blank space in it.

davidhamer

8:20 am on Jul 22, 2005 (gmt 0)

10+ Year Member



Hello there and thanks for your message.
I'ved added a space in the empty middletop table. But it still doesn't appear to make the image appear when I access the site from online.

I've since just change it back to the following:

<table width="100%" id="table" >
<tr>
<td id="lefttop"><img name="image" src="image/SandeagoRed.jpg" width="87" height="104" alt=""></td>
<td id="middletop"><div align="center"><img name="image" src="image/banner.gif" width="150" height="90" alt=""></div></td>
<td id="righttop"><img src="image/domain_search.gif" width="49" height="53" align="middle" alt=""><br>

#middletop {

border: solid #000000;

}

The image in question that won't display online is banner.gif

I've never had this sort of problem before, so it does rather bemuse me!

Thank you very for your help in advanced.

David

[edited by: SuzyUK at 9:48 am (utc) on July 22, 2005]
[edit reason] examplified [/edit]

ChadSEO

2:08 pm on Jul 22, 2005 (gmt 0)

10+ Year Member



Does the image still not display with your new code? Are you able to access [domain.tld...]

HelenDev

2:13 pm on Jul 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It may well be an ad blocking software problem - change the name of the image (and relevant code) to something other than banner.gif and see if that helps.

davidhamer

4:32 pm on Jul 22, 2005 (gmt 0)

10+ Year Member



Hello all.
Thank you all very much for your help.
You were right, it appears the browsers don't like images called banner! But it now appears to work fine.

Thanks again

David