If you want to include the content of a text file into your web pages, and the file only exists online (not on your PC) then use a link for the following form within your SellerDeck layouts:
<a rel="fragment" href="http://your.URL/name-of-file.html">Alternate text</a>
This will only work if the user has JavaScript enabled in their web browser. If they don't then the 'alternate text' will appear instead.
<a rel="fragment" href="http://your.URL/name-of-file.html">Alternate text</a>
This will only work if the user has JavaScript enabled in their web browser. If they don't then the 'alternate text' will appear instead.