I have an image which has been added to a web page by using:
<img src="file:/C:/Documents and settings/administrator/desktop/A.bmp">
However when I zoom in using firefox, the image becomes blurry - and this is bad since the image has fine details that need to be clear. In microsoft Paint, zooming in keeps the image sharp and clear so is there some way to do this maybe wth CSS or some non browser dependant method?. I have heard about image aliasing but Don't understand it.