Contact Lifestream



Absmiddle replacement

While seemingly insignificant, the invalidation of the align=absmiddle value has caused great discomfort for me. And I have kept using it regardless that it is not in any of the active html versions. But enough is enough and I finally got around to do a CSS replacement:

.absmiddle {
vertical-align:middle;
}

Dead simple I know. But oh so useful. And so easy to search and replace the obsolete tag with class=absmiddle.

I’m currently doing a sweep of the entire system to purge any redundant style areas, obsolete font tags and the likes. Plus I am also smartening up my sloppy code so that all table backgrounds can be set and changed via CSS. I really hate sloppiness, especially on my part.