ok. I see that now.....
have gone back to the 'main page' and taken the <!-- and --> away from the middle section.... it surrounded the <div id codehere </div> section:
Code:
<td valign="top">
<!-- bof breadcrumb -->
<?php #if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
<div id="navBreadCrumb"><?php #echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
<?php #} ?>
<!-- eof breadcrumb -->
At first i took it off the ''bof breadcrumb'' and ''eof breadcrumb''... but on the newly edited page it showed the words: ''bof breadcrumb'' and below it ''eof breadcrumb'' Proving it sits in the correct area of the page i was expecting BUT:
BUT: the thread still does not appear
the new view source looks like this:
Code:
</div></td>
<td valign="top">
<!-- bof breadcrumb -->
<div id="navBreadCrumb"></div>
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="indexProductList">
<h1 id="productListHeading">Bargain Section</h1>
perhaps narrowing it down a little, thanks for pointers