Blobishthing
Programmer
I am trying to embed a text file into my page but when i open the page there is no writing but there is the text box please help.
This is how i am trying to do it...
<OBJECT WIDTH="550" HEIGHT="400" >
<PARAM NAME="TEXT" VALUE="thing.txt">
<EMBED SRC="thing.txt" WIDTH="550" HEIGHT="400">
</EMBED>
</OBJECT>
This is how i am trying to do it...
<OBJECT WIDTH="550" HEIGHT="400" >
<PARAM NAME="TEXT" VALUE="thing.txt">
<EMBED SRC="thing.txt" WIDTH="550" HEIGHT="400">
</EMBED>
</OBJECT>