In the image what is the thing I have circled called? ...If anyone knows the code to put this into my site please direct me to a link or post the code. THANKS!
Yeah, it's a favicon. Its a 16 x 16 .ico file that you append into your website by putting this in your head tags: <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico"> Code (markup):
^^ Actually, use t his one; <link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico" /> Code (markup): Closing the tag clears a warning when validating for web standards.