11
mktwain124
Re: Blocks in center-left and center-right
  • 2004/2/23 17:45

  • mktwain124

  • Just popping in

  • Posts: 44

  • Since: 2002/9/27


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