Click to See Complete Forum and Search --> : creating templates


katrinaka
02-28-2008, 05:31 PM
Hello!
I am fairly new to designing websites and I want to make some sort of template so that I don't manually have to keep entering the same information on all of my web pages.
Can anyone tell me how to change a page into a usable template?
Much appreciated!

ryanbutler
02-28-2008, 07:00 PM
You really need to have some sort of visual editor to do this, or spend some time learning how to use server-side includes for this purpose. With the latter you could essentially place the same repeating content in logical placeholders and then output it in the pages where you want the content repeated.

Let us know if you need clarification.

katrinaka
02-29-2008, 05:53 PM
I will definetly have to do some research on server-side includes. I've never even heard the term before!
Thanks for your response and insite!