I have multiple pages that rely on the same menu. As it stands right now, I am doing it a rather stupid way, which is to have a copy of the same table on each of the pages it pertains to. Unfortunately with this method, I end up changing the same menu about 20 times when I have to update it. Is there a better way to do this? Can I define the menu somehow in CSS and just change it from one source?http://bonrouge.com/br.php?page=faq#includesAs mentioned in BonRouge link, you can define your menu in a php or asp file, then use <include> to quickly add the menu on your page.
If you are using ASP.NET, building a user control will be an option
Kiat Hau
<!-- m --><a class="postlink" href="http://webidiot.blogspot.com">http://webidiot.blogspot.com</a><!-- m -->, Learn how to build a web site
If you are using ASP.NET, building a user control will be an option
Kiat Hau
<!-- m --><a class="postlink" href="http://webidiot.blogspot.com">http://webidiot.blogspot.com</a><!-- m -->, Learn how to build a web site