I don't know the proper term for this, but here is what I want to do: read data from an external .txt file or .doc file into html page. If the file is changed and re-saved, the website automatically changes as well. I know that css style sheets are similar to this - you load your settings into a css file and if you make a change, the website updates accordingly. But a css file is just for visual stlyes. I actually want the "words" from the file to be displayed and updated accordingly. If you understand what I mean, please advise how to do this. Thanks :)