free hit counters
If you are using Internet Explorer as your browser please be running at least IE 7 or above. This site does not support IE 6 or below. Go here for the latest free version including easy download and installation instructions If you want to make it real easy on yourself, download Firefox , the most popular browser in the world. It's free and simple. You'll be so glad you did.
Jan
22
2009

Add a drop cap in your post or page

If you look at the homepage of this site you’ll see that the first sentence is “Thanks for checking out this site!”
The “T” in thanks is called a drop cap. This is how I did it.

Thesis comes with a pre-defined drop cap style. When you’re writing a post or page go to your html editor

471

Insert the following code in red wherever you want the drop cap to be

<span class=”drop_cap”>T</span>hanks for checking out this site!

Leaving a comment with code in it...

If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...

  1. Copy your code you want to show
  2. Click here to go to the site to escape the code
  3. Follow the directions, it's so easy
  4. Once you have the escaped code copied, paste it in the comments area where you want
  5. Now you can enjoy life


Go ahead, leave a comment...

Leave a Comment

Previous post: Add a note in your post or page

Next post: Add an alert in your post or page