Jammi
Jammi

Reputation: 177

My images only display in google chrome

On some browser's(Firefox and IE)my images won't load at all.

Can someone just explain what is the best practices for correctly formatting element ?

For example within the src tag should "%" and "_" be present ?

Or else is there's something wrong with my code ?

Upvotes: 0

Views: 107

Answers (2)

Asraful Haque
Asraful Haque

Reputation: 1125

Please don not provide any space for any names , space takes like % which browser does not render.If you want name of an image like background image so put like that background_image.jpg Hope the answer.

Upvotes: 3

user3142619
user3142619

Reputation: 1

You can try this code: < img src="/images/chrome.gif">

Upvotes: 0

Related Questions