BMP to GIF conversion problem? (In html)?

MokotheMonkey

New member
I had a image map of BMP images.
I realized these were to big of files to I changed them all to GIF images.
I did change the code from:
<img src="Image.bmp" />
to
<img src="Image.gif" />

But now it won't work! help!
 
Back
Top