Using an HTML page as a template?

subarubajagirl

New member
I've been building a webpage from scratch in notepad, making it as much of a pure CSS page as I can.

I've got the index file completed, and I was going to try and save it as an HTML template and use it for the rest of the pages I was going to build.

I don't have access to Dreamweaver (though I have used it before with templates and CSS), and I don't want to copy and paste the entire content of the index page every time I create a page. Is there some tag or parameter I can use to import the other HTML file? Or am I just completely not understanding how templates work?
By "puree CSS" I mean that I'm not using any tables and everything is being aligned by CSS rules. There's minimal HTML involved.
 
Back
Top