Sven Groot said:

In ASP.NET you could indeed use master pages for this. If you're using plain HTML you would have to repeat the common HTML on each page, or use frames (which is somewhat frowned upon these days, but can still be a valid approach in some circumstances).

I really want to try and use ASP.NET for it. The simplicity of it makes HTML or frames just as good an option (seeing my meager skill level about 100 times to finish as fast too) but I see this as a kind of Hello World project. Also, in time, I want to take it a bit further and I think that using plain HTML from the get-go will eventually bite me in the ar... behind.

So, masterpage it is Smiley