26 Oct, 2011
Posted by: Jennifer In: CSS|HTML
With IE6 nearly dead (although according to Microsoft – as of this writing, 9% of users worldwide still have this P.O.S. browser on their machines which, if you go by w3school's stats, is more than Safari's usage. Then again, w3schools has ie6 pinned at around 1% so maybe there's still hope) Or not. IE7 and […]
I had a client ask me how to do the HTML to link an image to an email address. Figured I'd post my response here in case it can help others. It's basic stuff, but useful to some I guess! This is how you do the IMAGE HTML: <img src="PATH-TO-IMAGE-FILE-HERE" /> (so let's say your […]