11
oops, forgot to include that I use this code in both my html pages, so that they look just like my other center blocks:
le="color: #000000"><?php <div style="padding: 12px 12px 12px 12px;"> <fieldset> <legend id="centerCcolumn"><span class="blockTitle"> Your Block Title </span></legend> <div class="blockContent"> <p align="left"> Your Block Text (any html) </p> </div> </fieldset> </div>
*** you should change the above <div style> <fieldset> <legend> to match exactly the block styling you designate in theme_blockcenter_c.html and it will look exactly like your other center blocks