As above. I tried using php too, but I cannot figure out how to do it- application for a news script... (using newspro) Is there any code to embed a text file into either format? I'm baffled. please help
use simple HTML tags :
<OBJECT DATA="FILE.txt" CODETYPE="text/plain"
TITLE="A Simple Text Within HTML" WIDTH=12 HEIGHT=10>
<IMG SRC="TEXTBOOK.gif" TITLE="Refer To My TextBook">
</OBJECT>
use the above sample in your webpage.
Hopes This Helps,
Charles