View Single Post
Old 22-02-2007, 13:13   #11 (permalink)
RaelRode
Designers are strange :)
 
RaelRode's Avatar
 
Join Date: Jan 2007
Location: Shrewsbury, UK
Posts: 1,766
Send a message via ICQ to RaelRode Send a message via AIM to RaelRode Send a message via MSN to RaelRode Send a message via Yahoo to RaelRode Send a message via Skype™ to RaelRode
You don't create a template with server Side Includes. You make it in graphics software eg Photoshop. Then you code it in a text editor/DreamWeaver. You need CSS, HTML and this line of code.

PHP Code:
<? php include("pagename.ext"); ?>

Where pagename is the name of your page and .ext s the extension of the page. You need this on every page one at the top and one at the bottom.
  Reply With Quote