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

Recent

Welcome to TinyPortal. Please login or sign up.

April 16, 2024, 05:41:17 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,158
  • Total Topics: 21,219
  • Online today: 106
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 87
  • Total: 88
  • @rjen

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!