Jamie Holle
Active Member
Right guy's I have a new theme and I had to remove some boxes due to only have three plans. This has now caused my plan boxes to move to the left.
Here is my code:
Could you tell me where to place center tags to make the boxes align in the center position.
Here is my code:
PHP:
<div class="planBox02">
<div class="planBox02Top">Professional</div>
<div class="planBox02Price"><span class="textStyle03">$</span><span class="textStyle04">4</span><span class="textStyle03">.99</span><br />
<div class="month02">/MONTH</div>
</div>
<div class="planBox02Content01">
<div class="planBox02Content">
<ul>
<li>8GB Disk Space Space<br />
</li>
<li>Un-metered Bandwidth<br />
</li>
<li>Unlimited Databases<br />
</li>
<li>Unlimited Email</li>
</ul>
<div class="clr"></div>
<div class="anchorStyle"><a href="sharedhosting.php"><< READ MORE >></a></div>
<div class="clr"></div>
<div class="orderNow02Btn"><a href="cart.php">Order Now</a></div>
</div>
</div>
</div>
Could you tell me where to place center tags to make the boxes align in the center position.