so i uploaded my CUSTOM folders one by one in the same order i removed them, again refreshing my browser after each one.
since all was well upto the common folder, and then the tpl_header.php file...
i opened the default tpl_header and my CUSTOM tpl_header side by side.
i copied over section by section: example
<!--bof-navigation display-->
yadda yadda yadda
<!--eof-navigation display-->
saved, uploaded, refeshed... just as before.
and the trouble was within the navigation display code. i had placed a <table> within the <div id="navMain"> tag.
again, i whittled down the code line by line. i did a lot of staring at the screen...
note, when troubleshooting code, remember to blink y'all. :blink:
i'm still not sure the exact code that it didn't like, but i'm guessing the align in the <tr> tag or i forgot a ?php somewheres when i manually placed the CONTACT US link. it does have a table in there now... but i rebuilt it from scratch to be sure; i went cell by cell making sure the dynamic code did what it's supposed to.
i hope these descriptions of my problem solving by process of elimination helps others.
^..^