Update: Rolly, those instructions worked perfectly, and Home page in full is in the html editor.
This is where I'm at:
I have deleted out all of the page content without breaking anything (miracle

), but can't remove the spotlight image. I had to re associate the logo image.
Your instructions of "change the links from relative to absolute" I'm taking to mean I change:
<a href="About_Us.php"> to <a href="www.mysite.com/About_Us.php"> ? I did change my About Us and it worked, but I can't change the Home Page link.
Code I found relating to it is:
<a class="scs_navmenu_currentpage_item" href="index.php"> so maybe I need to delete out the currentpage, and replace with something else?
Here is more code, but I've taken a bit of my personal site details out and replaced with MY TITLE.
id="scs_home_page"><div id="scs_header_area_wrapper"><div id="scs_header_area_inner_wrapper"><div id="scs_header_area"><div id="scs_header_wrapper"><div id="scs_header_inner_wrapper"><div id="scs_header"><img id="scs_shoplogo" src="ccdata/images/Logo.png" alt="MY TITLE" /><h1 id="scs_header_title">MY TITLE</h1><div class="scs_cleardiv"><span class="scs_sdkworkaround"> </span></div></div></div></div></div></div></div><div id="scs_central_area_wrapper"><div id="scs_central_area_inner_wrapper"><div id="scs_central_area"><div id="scs_navbar_wrapper"><div id="scs_navbar_inner_wrapper"><div id="scs_navbar"><div id="scs_navmenu_wrapper"><div id="scs_navmenu_inner_wrapper"><div class="scs_layout_menu_horizontal"><ul id="scs_navmenu"><li class="scs_shophome_item"><div class="scs_navmenu_item_inner_wrapper"><div class="scs_navmenu_item_with_submenu"><a class="scs_navmenu_currentpage_item" href="index.php"><span class="scs_navmenu_item_icon_wrapper"><span class="scs_navmenu_item_content_wrapper">
Home
</span></span></a><div class="scs_navsubmenu_wrapper"><div class="scs_layout_menu_vertical"><ul class="scs_navsubmenu"><li><div class="scs_navsubmenu_item_inner_wrapper"><a href="About_Us.php"><span class="scs_navsubmenu_item_icon_wrapper"><span class="scs_navsubmenu_item_content_wrapper">
About Us
.............................
When I preview & try search, it's opening up my local disk folder, so I don't know if this is a html editor thing, or the search won't work on this page. Would appreciate your thoughts there.
Thanks again for all your help.