Hi,
I am trying to open an HTML file, but whenever I open it the contents are converted into what you might get if it was in a browser, not the HTML code.
Does anyone know how to open an HTML file so that you get the HTML code?
Thanks,
Andrew
Opening HTML files for editing
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Opening HTML files for editing
Hi Andrew,
...
put url("file:/Users/klaus/Documents/WebDesign/kreatives2.html") into fld "the htmlsource"
...
Or just click the little folder icon on the "Contents" tab of the Inspector for that field!
Best
Klaus
...
put url("file:/Users/klaus/Documents/WebDesign/kreatives2.html") into fld "the htmlsource"
...
Or just click the little folder icon on the "Contents" tab of the Inspector for that field!

Best
Klaus