Search code examples
htmlxhtmlxhtml-transitional

Load icon pic without being cropped?


Noob here. At what size i.e. width and height should I load a small pic that represents an icon link i.e. Home, Sitemap icons. Is there a universal width and height that won't crop the image when it renders in different browsers? thanks, I usually set them at 88 x 88.


Solution

  • <img src="dog.jpg" alt="Image of a dog" title="A dog running happily around" height="42" width="42"><img src="dog.jpg" alt="Image of a dog" title="A dog running happily around" height="42" width="42">
    

    make sure there is no space between the > < img tags