Skip to main content

Posts

Showing posts from July, 2019

Template / Style Guide

This is a post to record my templates and style guide I use for my posts, which is done in HTML. More could be added as more posts are published. Update: since 08/01/20, blogger provides a format HTML capability, so HTML formatting should be taken care of mostly. Otherwise, the rules below should apply. For justified word wraps and smaller font, wrap each post with: <div style="text-align: justify; font-size: 80%"> ... <div> For code blocks, like the one above, use these values: <div style="background: #f8f8f8; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"> <pre style="margin: 0; line-height: 125%"> <span style="color: #888888">YOUR FIRST LINE OF CODE HERE YOUR INDENTED CODE HERE MORE INDENTED CODE ANOTHER INDENT LEVEL CODE CLOSING TAG