Quote from pablocabo on June 24, 2013, 01:01
I added the above code into the specific page, and here’s what came of it;
http://recruityourkid.com/test-2/
As you can see… there is no header/footer.
But,
A) I want the header / footer, but
B) I don’t want the various links that appear on it such as: About the Advantage, Advantage Membership, Log out
(see this site: http://recruityourkid.com/test-3/)
QUESTION:
1. What code can I amend to this to show the footer/header, but no links in the header??
<style>
#header { display: none; }
#footer { display: none; }
</style>