If you look on the homepage of this site you’ll see the yellow thesis box in the middle and on the left side of the main text. It was put there with an ad placement class that is already built into thesis. This is how you can place your own ads in your posts.
When you’re writing your posts go to the html editor…

Within the text you are writing, insert the following code (in red) where you want your ad to go.
<div class=”ad”>insert your ad stuff here</div>
If you want the ad on the left simply make this alteration…
<div class=”ad_left”>insert your ad stuff here</div>
It’s not recommended to have an image more than 300px wide for this to work correctly











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...
Go ahead, leave a comment...