it is not in the file you sent me. the code from the body tag that you sent to me is:
<body>
<div>Viewing records <?php echo($Search1_BOSS_start); ?> to <?php echo($Search1_BOSS_end); ?> of <?php echo($Search1_BOSS_all); ?></div>
<div>
it should be:
<body>
<?php
if ("".($Search1_BOSS_all) ."" > "0") { // WebAssist Show If
?>
<div>Viewing records <?php echo($Search1_BOSS_start); ?> to <?php echo($Search1_BOSS_end); ?> of <?php echo($Search1_BOSS_all); ?></div>
<div>
when i edited the page you sent me to include that code, it worked.