Are we getting there? ^.^
Save this as template newsbit
Code:
<tr>
<td>$news_shown[news_name]</td><td>$news_shown[news_id]</td><td>$news_shown[news_description]</td>
</tr>
Before the while
PHP Code:
$compiled_newsbit_template = str_replace(array('\\\\$', '\\\''), array('\\$', '\''), addslashes($templates['newsbits']));
In the while
PHP Code:
eval('$newsbits .= "' . $compiled_newsbit_template . '";');
Now place $newsbits in your main news template and you're done