Page 1 of 1

block sizes

PostPosted: Tue Nov 15, 2005 4:10 pm
Author: mrbud
Not sure if this is the right forum or not but here goes.

How do I go about changing the block size? Which file is it in. I would suspect some sort of .css but not sure.

Thanks in advance,

MrBud

PostPosted: Wed Nov 23, 2005 9:41 pm
Author: Michaelo
Several of the block sizes may be fixed, that is the header images of the block is one picture. Others may use three for header left, center and right, in this case the header can be set to any width in IM Portal i.e. the ACP -> IM Portal -> Portal Configuration.. (ACP = Admin Contrl Panel)

Mike

PostPosted: Thu Nov 24, 2005 12:49 am
Author: Helter
he is using Infusion and I dont recall why, but i set the blocks to a static width for some reason. Your portal_page_header.tpl should have this line in it
<table width="150" cellpadding="5" cellspacing="0" border="0"

In order to have acp control like Mike is refering to, you will have to replace it with this
<table width="100%" cellpadding="5" cellspacing="0" border="0"


for the right blocks you will find similar code in the right blocks section of Infusion/layout/portal_body.tpl

if it distorts the blocks, go to ACP and set the header and footer sizes to 150 and it should look like it does now

blocks

PostPosted: Thu Nov 24, 2005 5:00 am
Author: mrbud
Cool I'll give it a shot.

Thanks,

MrBud ( Mike C. )