I was updating a website the other day, and I found myself trawling through lines of HTML to reach the main body text.

I thought how much easier it would be to put some tags in the code where the body text should go, then use some kind of program to download the text from the area, then allow you to change it without going near the code.

Like using ASP to embed a text file, but without needed to know ASP or install servers and stuff.

Ideas?