Place Six 125×125 Ads in Multimedia Box

This document is deprecated! The information on this page refers to a Thesis version that is now obsolete. Please visit the Thesis Docs for current documentation.

Go to Design Options, and under Multimedia Box, select Custom Code in the dropdown selector under Default Settings.

Then, in the “Custom Multimedia Box Code” field, copy the following code (replacing each link and image source with the appropriate values for your ads):

<div class="adblock cenx">
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
</div>

<div class="adblock cenx">
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
<a href="http://www.adlink.com/"><img src="http://www.example.com/images/image.jpg" width="125" height="125" /></a>
</div>

Click the “Big Ass Save Button”.

Now, place the following code in custom.css (change to suit your specific requirements):

.custom div.adblock img {
  padding: 4px;
  background-color: #FFFFFF;
  display: inline;
}
.custom .cenx {text-align: center;}