Text formatting and line breaks not working as expected

Hello -

I finally have SC working on two sites, and each has its own issue.

One site has daily specials, and the words Breakfast, Lunch, and Dinner are bold. When I download the editied file, the words are surrounded by as expected. However, if the text is opened with sitecake again, All the bold formatting is removed for all seven Breakfast, Lunch, and Dinner.

On the second site, I wante double spacing between different text blocks. I tried dragging a paragraph block from the menu bar, as well as Shift-Enter at the end of the paragraph. Both kinds of line breaks show up in edit mode, but viewing the page normally, they do not. I found a workaround, which is to add a space at the end of either the empty paragraph, or at the end of the Shift-Enter line, and then the correct spacing appears.

Hope this makes sense.

Hi,

the first one sounds like css issue. Check it in developer tools in chrom to confirm HTML and css are OK.
As for the second, did you try Shift+Enter twice. Also you can add multiple empty paragraphs to achieve distance.
Also you can do it with css and user style applied.

if html < b >bold< /b > , then try replace with html < strong >bold< /strong >