Using in-line CSS

If one examines the HTML source on a recent project (http://www.disastercommohio.org/?q=node/33) they will notice that I included a lot of CSS inline in the content. This mostly illustrates where I'm at the "knows enough to be dangerous" stage. I've skimmed a couple of books on CSS and know what effects I want to present in the page, but I'm not smart enough to integrate them into the Drupal Themes.

Once I settle on a few effect types, such as the "captioned_photo" and "tip" call out, I may place them into a common file and other editors can simply include that CSS file on pages that they want to use them in.

When I set that up, I'll update this article with the full instructions. Until then, feel free to experiment with inline CSS. When you find something that you want to reproduce a lot, we'll include that in the common edits file.