I want to make a small encyclopedia with an Encarta style menu on the left side. The menu will contain 100+ entries, each of which will open their own article to the menu's right.
I am currently limited to using HTML and CSS exclusively (no PHP, no JavaScript). At the same time I do not want to use HTML frames which violate the "one URL per document" principle and break bookmarking, though if it wasn't for that, frames would indeed be the perfect solution.
Question: how can the menu be created framelessly such that its code isn't duplicated in 100+ pages?