1
gumleaf
How to put a break between blocks?
  • 2005/12/17 10:08

  • gumleaf

  • Just popping in

  • Posts: 36

  • Since: 2005/11/27


Hi
I'm using the phpaox theme in XOOPS 20.13.2

All the blocks in the left and center columns merge into each other. I know its the design .. but is there any way to put a break / space between them?

I'm pretty good at html .. but for the life of me I can't see how or where to put a "<br>" in the theme.html. For the left system blocks maybe I could stick an empty cell on the bottom of its template with a spacer gif. But I'm not too worried about them .. its the custom blocks in the center I want spaces between. I suppose they are stored in the data base?

Any ideas? .. You can see my main page from the URL in my signature below.

Thanx.

2
gestroud
Re: How to put a break between blocks?
  • 2005/12/17 15:51

  • gestroud

  • Home away from home

  • Posts: 1538

  • Since: 2004/12/22


Put the "<br>" after the "$blockcontent" tags, or increase the padding at the bottom of each block in your theme's style.css file.

3
gumleaf
Re: How to put a break between blocks?
  • 2005/12/18 1:07

  • gumleaf

  • Just popping in

  • Posts: 36

  • Since: 2005/11/27


Hi
Increasing the padding in the css has no effect (all 3 css files)

Can't do it in theme.html either.

<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<table cellspacing="1" cellpadding="5">
<tr>
<td class="blockTitle">&nbsp;<{$block.title}></td>
</tr>
<tr>
<td class="blockContent"><{$block.content}></td>
</tr>
</table>
<{/foreach}>
<!-- End center-center blocks loop -->

</td>
</tr>
<br>

Putting the break there results in a break between the header and the first center block. I've tried putting it at different other places with no effect.

i.e .. after <{/foreach}> .. after <{$block.content}></td>
</tr>
</table> etc.

If I put it after <{$block.content}> .. it has no effect also.
I tried updating the system module in admin each time too .. no effect.

Any ideas anyone?



Login

Who's Online

200 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 200


more...

Donat-O-Meter

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

Latest GitHub Commits