guys, Im simple!! Why isnt my header picture showing up? It is a .jpg it is uploaded... what is going on?? I followed smae steps as all the others but this one is just not playing ball.... suggestions please? http://www.f1driverssecrets.com
this is where your link is pointing at: http://www.f1driverssecrets.com/car1.jpg U sure the image is there?
All the other images on your website are located here: f1driverssecrets.com/img Either change the html so that the header image is taken from f1driverssecrets.com/img/car1.jpg or upload car1.jpg in your public_html folder. Easy
Nope all i can see when i access it via http://www.f1driverssecrets.com/img/car1.jpg Is just a plain page with this link http://www.f1driverssecrets.com/img/car1.jpg That's wierd makes me think there is smth wrong with the jpg(idk how that might be possible). Well try making a new jpg copy-paste the old image in a new jpg and upload it maybe that will help Edit: I have downloaded your img directory hope u don't mind and here "enjoy" the printscreen. http://img97.imageshack.us/img97/5711/jsde.jpg there is smth wrong with the car1.jpg you need a new one
its odd becasue in firefox i can see the image but in safari i can only see the link.... as you said (rheahold) I am on a mac
Well most prob. the image hasn't been downloaded completely. My advice: look for similar websites and copy the image then upload it (rename if must). Or just create a new one. Or try downloading image again from the source
well i've tried it all!!! different images, different browsers, different names etc etc and in firefox the image still isnt showing up and I dont know what else to do.???
i try different images in the header and it still doesnt show up... maybe the black background ids overriding the image?
Rename the Jpeg to something normal without a space. That just might be the issue here. http://www.f1driverssecrets.com/car2 20copy.jpg is bleh.
As others have said, could be a sizing issue. Make sure the pathing in the link is accurate, http://www.f1driverssecrets.com/car2 copy.jpg If you want the html to display that image, you must have it in the same folder as index.html/php. You probably know this but the 20% is caused by a space Might be an idea to remove the space and make sure that the file is in the right place, whilst of course editing the code to remove the 20% as well. failing that, theres a problem with the image format.
I dont see it show up in my FF 3. - Rename the image to a oneword name and then replace the HTML on the page. See what happens. Theres no reason why it shouldnt work... Edit: <img src="car2 copy.jpg" width="700" height="179" /> Thats your problem right there. You have the HTML wrong.