![]() |
|
|||||||
| Notices |
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|
|
||||
|
A javascript menu should have the ability to do this.
I use a programme called menumachine for Go-Live if I do a site over 30 pages for this reason. I update the menu file and it updates site wide.
__________________
Colour Printing and Integrated Cards || Graphic Design, Web Design UK || Logo Designer - Logo Design || Graphic Design Blog || Logo Design Logo Designer || Integrated Labels & Cards || Logo Design || Graphic Design Links || Web Design Rotherham UK || Logo Design UK || Web Design UK
|
|
|||
|
you could do the site in asp and the use an "include" for the menu, then you only have to changing one file will change the site wide... I am new to this but it works a treat on some of the site I have been working on. (you will need asp turned on your host....)
__________________
Breon Snowdon REAL DESIGN http://www.realdesignstudios.com http://www.monkeytactics.co.uk |
|
||||
|
Have your navigation contained within a header.jsp for example, your footer in a footer.jsp
excuse the tables and what not, but this is something old i had laying around that would do what is needed. Code:
<body> <table id="main"> <tr> <td id="header"><jsp:include page="includes/header.jsp" flush="true" /></td> </tr> <tr><td id="content"> <jsp:include page="content.jsp" flush="true"></jsp:include></td> </tr> <tr><td id="footer"><jsp:include page="includes/footer.jsp" flush="true" /></td> </tr> </table> </body>
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
|
||||
|
Just get your page how you want it in dreamweaver and then save as a template, then create your new pages from that template.
i.e new-from template- your template.dwt as you would already have the code in the template for your external css, little things can be changed on that, i.e colour; fonts ect, but if you did a major change, just change your template, and dreamweaver will ask you if you want to change all pages made from that template. easy peasy, lemon sqeezy.
__________________
It's not what you know or who you know, it's what you know about who you know !!! Website design you CAN afford |
|
||||
|
the above .jsp includes could be done just as easy, and Cleaner with some php includes to include a header and footer.
__________________
"If at first you don't succeed, try again. Then quit. No use being a damn fool about it." Mike McKenzie - Online Portfolio |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logo Update | PolarBear | Graphic Design & Web Design Critique | 34 | 02-04-2008 01:47 PM |
| Site update | nelkz | Graphic Design & Web Design Critique | 12 | 12-02-2008 02:11 PM |
| Slight Update | PR Design | Web Design Forum Showcase | 3 | 25-09-2007 07:04 PM |
| Quark Update | Toon | Design and Print Software | 3 | 12-09-2007 03:40 AM |
| update | m_norm | Graphic Design & Web Design Critique | 6 | 14-08-2007 08:35 PM |
| All times are GMT. The time now is 02:27 PM. |