TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 06:10:41 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

Individual sized blocks

Started by Heero, July 30, 2010, 10:22:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Heero

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!

IchBin

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.

Heero

#2
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!