FireFox’s default stylesheet adds a dotted border around images when they are clicked. It can really detract from a website’s design, especially when the image is indented and the border comes all the way from the left of the page. How can you remove that border? It’s actually really easy to do.

Here’s another nice tutorial for beginners. In this one we’ll write the markup for a simple contact form that you could use on a website. Nothing too complicated or fancy, but we’ll talk about how we can add some nice effects to it easily using CSS. We’ll use PHP to have the form send an email when it’s filled out. I’ll also talk about what we can do for form validation.