 2010-09-25 15:37 | I'd like to redesign the boxes on my site.
I found in the source this:
<!-- BEGIN BOX -->$aData[sName] <div class="box" id="box$aData[iBox]"> <div class="content"> $aData[sContent] </div> </div><!-- END BOX -->
But if I change to this:
<!-- BEGIN BOX -->$aData[sName] <h3><div class="box" id="box$aData[iBox]"></h3> <div class="content"> $aData[sContent] </div> </div><!-- END BOX -->
nothing happen. Should I change something anywhere else?
REK » Quick.Cart v3.xREK |
 2010-09-25 16:45 | Not the div with class "box", but the $aData[sContent] sholuld be covered by <h3> http://skupienie.kimla.de/?kontakt,2 |