Thanks for the reply stevesh
Yes, I did search the string in the Dev Tool kit...All/Admin and Pages
I think the shipping id was something I had just copy/pasted when first made that page.
Here is what it is now in the .../template:
HTML Code:
<div>
<h1 id="pageTwoHeading"><?php echo HEADING_TITLE; ?></h1>
<?php if (DEFINE_PAGE_2_STATUS >= 1 and DEFINE_PAGE_2_STATUS <= 2) { ?>
<div id="pageTwoMainContent" class="content">
<?php
/**
* load the html_define for the page_2 default
*/
require($define_page);
?>
</div>
<?php } ?>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
</div>
and in the .../html_includes:
HTML Code:
<p><strong>Properties Listingd Sample Text ...</strong></p>
<p>This section of text is from the Define Pages Editor located under Tools in the Admin.</p>
<p>To remove this section of the text, delete it from the Define Pages Editor.</p>
...and thats what it reads on my server file?
I am totally stumped