11
dezigner
Re: stuck on my 1st theme...Update
  • 2006/7/11 3:36

  • dezigner

  • Just popping in

  • Posts: 12

  • Since: 2006/5/15


Well, I finally got it to work, thanks to an extensive search in the forums & I think a post by bassman plus some tinkering.

Here's what I did...

Opened theme_blockcenter_c.html and changed...

<div style="padding: 5px;">
<fieldset>
<legend class="blockTitle"><{$block.title}></legend>
<div class="blockContent"><{$block.content}></div>
</fieldset>
</div>

to

<div style="padding: 0px 5px 0px 5px;">
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>
</div>

Repeat this for theme_blockcenter_l.html and theme_blockcenter_r.html but no need to bother with removing the fieldset tags in those as it makes no difference.

then edit your theme CSS file at...

#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle {
padding: 3px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}

change to (without the image, unless you have one to use)...

#centerCcolumn .blockTitle, #bottomCcolumn .blockTitle {
background-image: url(blocktitlebar.gif);
padding: 3px;
color: #F89000;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}


I still have some experimenting to do but so far, so good.

see it here www.gigaclix.com

Login

Who's Online

127 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 127


more...

Donat-O-Meter

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

Latest GitHub Commits