Would really like an expert to weigh in on this issue so that I don’t have to end up either kludging some solution or hand editing one hundred issues.
I don’t seem to be able to get a response on this that I comprehend.
I would like to (on my dynamic page), generate a text section that has multiple paragraphs - that is, text separated by linefeed/carriage returns. I would like these paragraphs to appear in the font and size and color of my dynamic page.
That is, I would like to be able to store in my database cells something like this …
"The quick red fox jumped over the lazy brown dog.
The lazy brown dog jumped over the quick red fox."
… and have it appear on my page (with the page’s font and color attributes) with the corresponding linefeed and carriage return.
Regular database text cells seem to eliminate special characters like this and result in
The quick red fox jumped over the lazy brown dog. The lazy brown dog jumped over the quick red fox.
Going to rich text necessitates that I hand edit EVERY cell with the desired font/color/size etc … for every entry which seems to defeat the purpose of dynamically generating a page. The default text of times 15 or proxima 15 in black requires changing.
So, for every instance of my dynamic pages, I would have to edit all my text cells and change my font/color/size to keep them consistent. And then of course, if I changed my design, I would have to go in and re-edit them all to match the page.
I am trying to understand if:
- There is some way to set default attributes for a rich text database column to address this type of issue OR preferably,
- embed some escape character sequence into a normal text cell that gets translated to a real
carriage return and line feed when the text is picked up dynamically.
I have noticed the database occasionally forgets edit changes to column properties and so have lost a lot of work and am exasperated that there is not a way to address this issue.
Has anyone else successfully dealt with this problem? Trying to make use of generating many pages with text, but using carriage returns and line feeds?
Thank you,
Deborah