I have copied and pasted the html from the demo for the price table:
- Code: Select all
<div class="gkPriceTable col3">
<dl class="extra">
<dt>Basic</dt>
<dd class="price"><sup>$</sup>29<small>monthly</small>
</dd>
<dd><strong>2 Users</strong> License</dd>
<dd><strong>Free</strong> email account</dd>
<dd><strong>Unlimited</strong> Databases</dd>
<dd>Campaign <strong>Builder</strong>
</dd>
<dd>Basic <strong>customization</strong>
</dd>
<dd><strong>No</strong> discount codes</dd>
<dd><a class="button" href="#">Sign Up</a>
</dd>
</dl>
<dl>
<dt>Standard</dt>
<dd class="price"><sup>$</sup>59<small>monthly</small>
</dd>
<dd><strong>5 Users</strong> License</dd>
<dd><strong>Free</strong> email account</dd>
<dd><strong>Unlimited</strong> Databases</dd>
<dd>Campaign <strong>Builder</strong>
</dd>
<dd>Standard <strong>customization</strong>
</dd>
<dd><strong>5</strong> discount codes</dd>
<dd><a class="button" href="#">Sign Up</a>
</dd>
</dl>
<dl>
<dt>Premium</dt>
<dd class="price"><sup>$</sup>99<small>monthly</small>
</dd>
<dd><strong>10 Users</strong> License</dd>
<dd><strong>Free</strong> email account</dd>
<dd><strong>Unlimited</strong> Databases</dd>
<dd>Campaign <strong>Builder</strong>
</dd>
<dd>Extended <strong>customization</strong>
</dd>
<dd><strong>10</strong> discount codes</dd>
<dd><a class="button" href="#">Sign Up</a>
</dd>
</dl>
</div>
Unfortunately it doesn't display for me.
Can you offer some advice please?
The url is http://socialenterprisewebsites.com/index.php/pricing
Thanks and Very Warm Regards
William