1
I changed in the news_item.html template file. Mine now looks like this:
What I did was, that I added a table around the newspost itself. Lemme know if you don't understand my explanation!
=)
<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}>span>div>
<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}> <{$story.poster}>span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}>span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}>span>)
div>
<div class="itemBody"><table><tr><td align=left valign=top>
<{$story.imglink}>
<p class="itemText"><{$story.text}>p>
td>tr>table>div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}>span> <span class="itemPermaLink"><{$story.morelink}>span>
div>
div><br><br> What I did was, that I added a table around the newspost itself. Lemme know if you don't understand my explanation!
=)


?