Doin’ it old skool
Sometimes as a developer, you feel the need to reach back into the past and do things “old skool”. I had an ol’ skool moment today. I wanted to center images on one panel of my homepage. Easy to do in CSS, right? Even easier to do with a <center> tag. That tag is deprecated as of HTML 4.01. But it’s oh so easy to use. I gave in to temptation, just this once - after all, it’s my own page that I was working on.
