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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 346
  • Total: 346

Side by side center blocks with articles below.

Started by Touti, August 21, 2009, 12:09:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Touti

Hi Forum !

Using SMF 1.1.10, TP 0.9.8 and Rhino 114 Theme.

I've been trying for a while to do this but can't figure out how, is it possible ?

Thanks !

IchBin

Not possible with TP 0.9.8. You could do something like that with TP1.x though.

Touti


ed_m2

#3
take a look here http://www.ultrarunner.co.uk/

i've acheived i think what you want.. using a php article with no title or frame, based on the source normally generated by a block:


echo'
<table width="100%" cellspacing="0" cellpadding="0" border="0" style="table-layout: fixed;">
<tbody>
<tr>
<td valign="top">
<div class="tborder" style="margin-bottom: 2px;">
<div class="titlebg" style="padding: 3px 6px;">

<b>TITLE</b>

</div>
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="windowbg2" valign="top" style="padding: 4px;">
<div style="overflow: hidden;">

CONTENT 1

</div>
</td>
</tr>
</tbody>
</table>
</td>
<td width="10"> </td>
<td valign="top">
<div class="tborder" style="margin-bottom: 2px;">
<div class="titlebg" style="padding: 3px 6px;">

<b>TITLE</b>

</div>
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="windowbg2" valign="top" style="padding: 4px;">
<div style="overflow: hidden;">

CONTENT

</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>';


(i've hacked a load of scripts out of the middle there so may have a few spare tags laying about, i've done a quick check.... but may still be wrong !)

napsta

Quote from: IchBinâ„¢ on August 21, 2009, 12:15:30 AM
Not possible with TP 0.9.8. You could do something like that with TP1.x though.

how can i do that with TP1.x? i searched on this forums, couldnt find anything useful. and also can i put tables inside the centre block

ZarPrime

napsta,

Admin --> TinyPortal --> Panels and Blocks --> Panel Settings

Check the individual settings for the panel in question wrt "Display the blocks ??".

If this doesn't answer your question, please start your own topic in the Support board.

ZarPrime

napsta

actually that helped me realise hwo to do it, thanks ZarPrime

ZarPrime

napsta,

Sure, NP.  :up: I believe that this topic can be mark solved so I will do that now.

ZarPrime

This website is proudly hosted on Crocweb Cloud Website Hosting.