[css-d] menu in separate page?

2012-02-02 Thread john
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

Re: [css-d] menu in separate page?

2012-02-02 Thread Philip TAYLOR
john 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. Tutorial ? Sorry, no. Suggestions ? A few :: Dreamweaver templates and

Re: [css-d] menu in separate page?

2012-02-02 Thread Ted Rolle Jr.
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,

Re: [css-d] menu in separate page?

2012-02-02 Thread David Laakso
On Thu, Feb 2, 2012 at 2:34 PM, 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. John John, you are probably

Re: [css-d] menu in separate page?

2012-02-02 Thread Michael Stevens
- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of john Sent: Thursday, February 02, 2012 12:34 PM To: css-d@lists.css-discuss.org Subject: [css-d] menu in separate page? Can somebody point me to a tutorial that shows how to put a menu into it's

Re: [css-d] menu in separate page?

2012-02-02 Thread Chris Morton
I put my menu in a HTML page. Each of my real pages are .SHTML, indicating they are server side includes. The code within each .SHTML page looks like this: div id=top_menu_bar !--#include virtual=../_navbar.html -- /div Sample page: www.eigen.com

Re: [css-d] menu in separate page?

2012-02-02 Thread Paceaux
, you can't accomplish it with just HTML. Mike -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of john Sent: Thursday, February 02, 2012 12:34 PM To: css-d@lists.css-discuss.org Subject: [css-d] menu in separate page

Re: [css-d] menu in separate page?

2012-02-02 Thread John
thank you for the responses...I apologize for asking about what clearly isn't a CSS issue...my bad! John __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] menu in separate page?

2012-02-02 Thread Eric Heitz
On 2/2/12 2:38 PM, Philip TAYLOR wrote: john 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. Tutorial ? Sorry, no. Suggestions ? A few

Re: [css-d] menu in separate page?

2012-02-02 Thread David Laakso
On Thu, Feb 2, 2012 at 3:19 PM, John j...@coffeeonmars.com wrote: thank you for the responses...I apologize for asking about what clearly isn't a CSS issue...my bad! John --- Before you consider taking a coil of rope to the woods, please see this plain English SSI tutorial...

Re: [css-d] menu in separate page?

2012-02-02 Thread Michael Stevens
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of john Sent: Thursday, February 02, 2012 12:34 PM To: css-d@lists.css-discuss.org Subject: [css-d] menu in separate page? Can somebody point me to a tutorial that shows how to put a menu into it's