
19. January 2008, 10:31 PM
|
|
Administrator
|
|
|
|
|
|
Forumun Altında Reklam Kutusu
* AdminCP >> Style Yöneticisi >> Temaları Düzenle >> FORUMHOME templatesini açıyoruz ve buluyoruz;
Kod:
$forumhome_markread_script
altına ekliyoruz
Kod:
<!-- Adverts: -->
<table width="100%" height="100" border="0" align="center" cellpadding="6" cellspacing="1" class="tborder">
<thead>
<tr>
<td height="20" colspan="2" align="center" class="thead">Advertisements
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" align="center" class="alt2">
KODLARI BU BÖLÜME KOYUNUZ.
</td>
</tr>
</tbody>
</table>
<br />
<!-- Adverts: -->
height="100" Bu bölümden yüksekliğini belirliyebilirsiniz.
|