I made a post in the beginners section, but haven't had much luck with it yet


The issue I'm having is somehow making Livecode read the text file. The best I can do is getting a bunch of html code for the Dropbox/Drive link, but I can't get the actual text into it

put url "dropboxtextlink" into eventlist
put eventlist into field "events"
That code gives me the massive amount of html code. I've tried looking online, and came across htmltext, so added this code afterwards:
set the htmlText of field "events" to "dropboxtextlink"
I think I'm doing something wrong, because it still doesn't work

I'm able to upload the file manually to my site and use that link, or have the file from my HDD. The only issue with uploading it to my site is I'd have to do a bit of playing around to add a new file etc, and if it's on my HDD and I'm not near it, I can't change it, which is why I'd much prefer having a file on dropbox etc.
Any suggestions/tips etc etc would be appreciated

