Cum fac sa apara in tabel
Scris: 01-Dec-2010, 20:12:58

Deci vreau sa apara in tabel!
De ex:

forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<h3>{L_ONLINE_TITLE}</h3>
<p>{L_ONLINE_START}{L_BOARD_STARTS}{L_ONLINE_SINCE}{L_ONLINE_FOR}</p>
Cod: Selectaţi tot
<tr>
<td class="row1">
<h3>{L_ONLINE_TITLE}</h3>
<p>{L_ONLINE_START}{L_BOARD_STARTS}{L_ONLINE_SINCE}{L_ONLINE_FOR}</p>
</td>
</tr>
Cod: Selectaţi tot
<tr>
<td class="row1" width="100%">
<h3>{L_ONLINE_TITLE}</h3>
<p>{L_ONLINE_START}{L_BOARD_STARTS}{L_ONLINE_SINCE}{L_ONLINE_FOR}</p>
</td>
</tr>
Cod: Selectaţi tot
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<h3>{L_ONLINE_TITLE}</h3>
<p>{L_ONLINE_START}{L_BOARD_STARTS}{L_ONLINE_SINCE}{L_ONLINE_FOR}</p>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/stats.png" alt="{L_STATISTICS}" /></td>
<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{POSTS_PER_DAY} •{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
<!-- IF not S_IS_BOT -->
<h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
<p>{24HOUR_POSTS} • {24HOUR_TOPICS} • {24HOUR_USERS}</p>
<!-- ENDIF -->
</tr>
</table>
Cod: Selectaţi tot
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row1" rowspan="2"><img src="{T_THEME_PATH}/images/stats.png" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%">
<h3>{L_ONLINE_TITLE}</h3>
<p>{L_ONLINE_START}{L_BOARD_STARTS}{L_ONLINE_SINCE}{L_ONLINE_FOR}</p>
<br />
<!-- IF not S_IS_BOT -->
<h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
<p>{24HOUR_POSTS} • {24HOUR_TOPICS} • {24HOUR_USERS}</p>
<!-- ENDIF -->
</tr>
<tr>
</td>
<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{POSTS_PER_DAY} •{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>