Question 1:
On Line 20 of the RSS template I have <content:encoded>< but is that the only way?
I know why one would use CDATA, but why are you? Do you have a special requirement for it? Because you could remove it and one of yer problems is solved.
I saw that it would work if I didn’t have CDATA but all the recommendations online seemed to say to use CDATA if you were including styled html. What is your understanding on it?
I didn’t mean inline styles in the css sense. I meant html markup.
anyway, i removed the CDATA tags and added the pipe to html like you had, and it worked, not only that but also the relative urls for the graphics were fixed too. so i guess that helped!