I’m trying to write out to a file with HTML code subsituting values from the user. I know how to write to a file but the < > and /> characters are giving me problems. I would also like to have line breaks if possible.
you can create line brakes by entering \r into the string, when compiled, it will show a line break, but won’t “break” the script.
i have had no troubles writing html tags using applescript, can you post some cod?