| Re: stuck on my 1st theme...Update |
| by dezigner on 2006/7/11 3:36: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 http://www.gigaclix.com |
| Re: stuck on my 1st theme...Update |
| by dezigner on 2006/7/7 4:03:09 Thanks! I'll give it a try. |
| Re: stuck on my 1st theme...Update |
| by Bassman on 2006/7/5 3:08:28 Top Style Pro is the best..... there is also a free Lite version that is good too. |
| Re: stuck on my 1st theme...Update |
| by dezigner on 2006/7/5 1:49:31 Well, I figured it out. I was using a style sheet program called eclipse style. I thought it was a good program but as it turns out it severely modifies your code & layout of your css file. Just thought I'd let everyone know. I guess it's back to notepad for me. |
| Re: stuck on my 1st theme...custom blocks |
| by dezigner on 2006/7/1 4:13:23 I'll give that a try then. Possibly not till tomorrow as im presently trying to find some up-2-date modules to get the site up and runnin. Thanks a million for all of your help!!! |