This is indeed possible with PHP.
Your text file would need to be formatted, like HTML, only lacking the <html><head><body> tags. Basically it should look like a bunch of text with whichever html tags you need to give it format. such as DIVS and Spans, etc...
Then you would have PHP read the file and display it.
Functions such as
file() or
fopen() and
fread() would help you there.
Then its just a matter of putting the contents of the file into a variable, and echoing it out wherever it is you want to show it.
There plenty of examples in the entries for those functions in the php.net online manual.
Click the function name to go to the php.net online manual entry for it.
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.