
Originally Posted by
jettrue
Hi Chris,
If you go to all the files in the includes/templates/template_default/templates folder of this mod:
tpl_news_archive_default.php
tpl_news_article_default.php
tpl_news_comments_default.php
tpl_news_default.php
you'll see they all start with a <table>.
So, right before the first <table> add this:
<div class="centerColumn" id="news">
and then at the very end of the file, after the ?> add this:
</div>
Without having this installed to test it, can't guarantee of the result, but give it a try.
Bookmarks