Admin Kp>Şablon & Stil>Şablonlar>Genel Şablonlar>pubbl_post
İçindekileri sil altaki kodları ekle:

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tbody>
		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<span class="smalltext"><strong>{$adssubject} {$post['subject_extra']}</strong></span>

				<div class="post_body" id="pid_{$post['pid']}">
					{$adscode}
				</div>
			</td>
		</tr>
	</tbody>
</table>
Admin Kp>Şablon & Stil>Şablonlar>Genel Şablonlar>pubbl_post_classic
İçindekileri sil altaki kodları ekle:

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td><span class="smalltext"><strong>{$adssubject} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$adscode}
			</div>
		</td></tr>
	</table>
</td>
</tr>
</table>
Dene bi.