TinyPortal

Development => International => Topic started by: Heero on July 30, 2010, 10:22:38 PM

Title: Individual sized blocks
Post by: Heero on July 30, 2010, 10:22:38 PM
Hey all.

I would like to ask a simple question, I've been searching but couldn't find an answer to this but is it possible to resize a block individual instead of having the shared settings?

Thanks in advance!
Title: Re: Individual sized blocks
Post by: IchBin on July 30, 2010, 10:47:08 PM
There are no individual settings for this. The only thing you could do is to customize a block to not use the title/frame. Then using html/css, you customize the look of the block in the code that you enter. This will only allow you to make a block appear smaller, but not bigger.
Title: Re: Individual sized blocks
Post by: Heero on July 30, 2010, 10:57:18 PM
Hmm okay thanks for your answer :-).

Edit: I found a way how to do.
If your block is smaller and you want to stretch it you can use divs to increase size.

For example:
<div style="width:1200px;"> this is just a simple test</div>

Yay, happy coding!