Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.bmp files with Netscape 6.2

Status
Not open for further replies.

paragvshah

Programmer
Joined
Jan 11, 2001
Messages
109
Location
IN
Friends,

I am displaying some .bmp images on a page. But the images are not visible in Netscape 6.2 version. In view source i am able to see the code as img src="image.bmp". then why i am not being able to view the image. Please help me out.

Parag.
 
Good HTML programming says you should use GIF (or PRN) or JPG image formats, not BMP. Both are much smaller than BMP and will take less time to load. You should convert your BMPs to GIF (or PRN) or JPG.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top