Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Text Files.


Message #1 by "Randy Brown" <magic1@r...> on Mon, 26 Feb 2001 04:22:39
If you can use ASP, Active Server Pages, you could use an include file.
simply use the code:

<!-- #include FILE="yourtextfilename.txt" -->

inserted where you want the text to appear in your page.

These are collectively known as Server Side Includes, SSIs so whichever
technology you are using, look to SSIs.

luck

In message <983169772.2128482.0@a...>, Randy Brown
<magic1@r...> writes
>I have text files on products. I need a short html code to make them show 
>up in a description. I do not want just a link. Is there a way for them to 
>show like I have typed them in, yet what is showing is really the text 
>file? Thank you to anyone who can help. PS, honestly I am not educated in 
>this field, but learning on my own. Thanks, Randy

-- 
Ian Richardson

  Return to Index