Skip to main content

Posts

Showing posts with the label Google

Blog Template Frustration

I've found several templates that I like for my Townshende blog , and yet every single damned one of them has problems. Some of them have highly technical problems. One, in fact, — a template that I like a lot . . . this one, called Black Splat — had several problems. The code was designed to work around several problems with Microsoft's Internet Explorer browser (very typical of Microsoft, actually), but it didn't have the code necessary for other browsers to display that template correctly. It took me about 10 minutes of experimentation, along with some very specific searches to figure out the problem. Most people aren't interested in this crap, but indulge me. Here's the original code: body {    position: relative; /* Fixes browser resizing bug in IE6 */     margin: 10px auto;    width: 980px;    font-family: 'trebuchet ms', arial, sans-serif;    text-align: center; /* IE Centering ...