Here I am

Any HTML guru's out there..image not showing up

Attention: TDR Forum Junkies
To the point: Click this link and check out the Front Page News story(ies) where we are tracking the introduction of the 2025 Ram HD trucks.

Thanks, TDR Staff

Don't use DSL extreme internet service

Situational Awareness Scenario... what would you do?

I have a website (www.autotitlesofalaska.com) for a small business I own. My brother made the site for me (free, well beer does not count) and I have a small problem. The logo at the top of the site will not show up when using the firefox browser. It works in IE and Netscape. Can anyone give me some advice on fixing it. My bro is baffeled too.



I have tried to paste the HTML code in here but it just will not show up. If you can help me go to the website and view the source. I would guess if you can help me you already know how to do that :)



Thanks,



John
 
Last edited:
The source for the picture is:

img src="Images\ATA Logo.jpg" border="0"



and in firefox, the image location shows up as: "http://www.autotitlesofalaska.com/Images%5CATA%20Logo.jpg"

in ie it shows up as:

"http://www.autotitlesofalaska.com/Images/ATA%20Logo.jpg"



i dont think firefox likes the backslash '\', maybe try changing the '\' to a forwardslash '/' and changing the code to accomidate that. i also change the image name from ATA Logo.jpg to ATALogo.jpg, so there is no space.



So the code should look like this in the end:

img src="Images/ATALogo.jpg" border="0"



hopefully that will fix it.
 
Last edited:
I got the image to work on FF, but by removing the %5C and replacing it with the proper forwardslash.



I bet the space is the problem. Spaces are only good for a local box, they can be a problem the wild of the net.



good luck



-j
 
Thanks again, I got rid of the space and changed to a foreward slash and it works fine now.
 
Back
Top