Thanks, Cory, for the response. I tried downloading one of the photos after uploading them to see if that info was stripped in the upload process and the info stays intact. I figured there must be a way to access the tags instead of having to tag them all again.
Ideally I’d find a plugin that would help me use those tags.
I had the same problem and couldn’t get <BR> to work either. My clunky work around was to insert a <div> element whenever I wanted a page break:
First line of text here
<div style=”margin-top:5px”>Next line of text goes here</div>
You can change the margin-top value to whatever you want your line spacing to be.