I have a series of pages here that all have 3 css boxes . . .
<div id="header">
<div id="content">
<div id="menu">
The title and menu box never change only the content.
So for each page I figure I want to insert the common code (is it as text?) in the "header" and "menu" boxes. Is that right?
If so what is the php expression to do that and what format should the html snippets be in (.txt)?
Or am I on the wrong track entirely??
TIA, jim