table'yi yanlış yerde kullanmışım galiba...Şuan vBulletin default temasından editlenmiş bir temada denedim bir sorun çıkmadı...(gözükmeden kaçmadıysa )

// Show the post itself, finally!
		echo '
								</td>
							</tr></table>
							<hr width="100%" size="1" class="hrcolor" />
														<table width="100%"  border="0">
														<td  valign="top" width="100%" height="100%">';
echo'

							<div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '>', $message['body'], '</div></td>';
								if ($message['id'] == $context['first_message'])
echo '
<td  valign="top" width="350px" height="100%">
Reklam Kodu
</td> ';
echo'
', $message['can_modify'] ? '
							<img src="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" />' : '' , '
						</td>
					</tr></table>';