It's always the simple things that trip you up. I remember writing some HTML and wondering why none of my images would work, couldn't figure it out after spending ages looking at the code. The next day I noticed it immediately, I had written <img scr="..." /> rather than <img src="..." />