I am creating a series of Web pages, each in a separate container. When I add my HTML I use the paragraph tag to create new lines and it displays fine. But when I re-open the container to edit or update the contents, it has put the entire page of html and all the tags and content in a single line.
Not a big deal with 3 lines but kind of hard to work with when there is a full page of content all in one line! Any idea how to keep each line separate to make it easier to edit?
I’m putting it in the content field of the container control.
Just tried adding the standard headers for an HTML file (e.g. and ) and it totally breaks the display of the content. Just a few characters of nonsense.
Should I be doing this a different way? I thought that containers could display HTML?
I think the problem was use of an illegal character repeatedly in my HTML. It had a lot of quote marks that are the slanted variety rather than perfectly vertical. When I fixed them, it seems to have fixed the problem.