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 !
Not possible with TP 0.9.8. You could do something like that with TP1.x though.
THanks IchBin, I'll take a look at 1.x then.
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 !)
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
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
actually that helped me realise hwo to do it, thanks ZarPrime
napsta,
Sure, NP. :up: I believe that this topic can be mark solved so I will do that now.
ZarPrime