D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: How to make a NEW TEMPLATE, with no sidebar or header

Front Page D5 Creation Forum General Support How to make a NEW TEMPLATE, with no sidebar or header Re: How to make a NEW TEMPLATE, with no sidebar or header

#4504
Paul Wallin
Participant

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>