Write it as PHP and include the PHP file is how I do it.  You can have this:
whatever.php:
<?php
?>
Boilerplate <html> code

In the calling module:
<html>
.
.
.
<?php
  include('whatever.php);
?>
.
.
.
</html>

There's probably more elegant solutions.  I'm looking forward to seeing
them.

On Thu, Feb 2, 2012 at 14:34, john <j...@coffeeonmars.com> wrote:

> Can somebody point me to a tutorial that shows how to put a menu into it's
> own page, the advantage that you edit/adjust once, and all pages are
> updated, rather than editing the menu on each page.
>
> I am googling for this, but not finding anything that exactly deals with
> this, at least doesn't look like it to me..lots of the search results are
> from years ago ( like, 2007 ) and others say "It can't be done!"
>
> thank you for any clues about this!
>
> John
> ______________________________**______________________________**__________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/**mailman/listinfo/css-d<http://www.css-discuss.org/mailman/listinfo/css-d>
> List wiki/FAQ -- 
> http://css-discuss.incutio.**com/<http://css-discuss.incutio.com/>
> List policies -- 
> http://css-discuss.org/**policies.html<http://css-discuss.org/policies.html>
> Supported by evolt.org -- 
> http://www.evolt.org/help_**support_evolt/<http://www.evolt.org/help_support_evolt/>
>



-- 
GPG/PGP public key: B07F9AAE
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to