Writing HTML to a new text file

Hello out there,

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.

Any ideas would be greatly appreciated.

Thanks,

-Neil

you’ll have to give some more info, and maybe post some code, to get some help.

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?