3 + 9 = ?  
Input the result from the expression
Maximum attempts you can try: 10
 
* = Required

Re: simple theme question

Subject: Re: simple theme question
by hsalazar on 2004/4/21 13:58:01

niktarin:

If you're referring to the default theme, you'll notice that the files theme_blockcenter_c.html, theme_blockcenter_l.html and theme_blockcenter_r.html have a structure of the kind:

Quote:
<div style="etc...">
<fieldset>
<legend class="blockTitle"><{$block.title}></legend>
<div class="blockContent"><{$block.content}></div>
</fieldset>
</div>


Try eliminating the fieldset and legend stuff:

Quote:

<div style="etc...">
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>
</div>


Maybe this will help.

Cheers.

Who's Online

190 user(s) are online (172 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits