Up austinschulz.com » about » code
CODE

This page is the home of future code samples.
As I build a code library, I'll share interesting ideas.


REMOVE DECORATIONS FROM IMAGE LINK

<a href="page.htm" onFocus="if(this.blur)this.blur()">
<img src="image.jpg">
</a>