I have a problem. Whenerver i want to put a title in a text into H2 th whole text is put in format H2 and i don’t know how to deal with it. I tried to use the markdown methode by using the “##” instead but it would still not work. Can somebody please help me? Thank you!
Without a video or your readonly link & specifics of where to look, this is only a guess. I’m guessing you’re working with a rich text element, and you’ve probably pasted some content in which contains line breaks instead of paragraph breaks.
If the browser sees it as one big paragraph, then styling e.g. H2 will style that whole paragraph.
Try going to the end of the title part you want and hit ENTER, and see if it formats differently.
Did you see how one you pressed ENTER after Analytics, the text after that line was now part of a different paragraph? It did not pick up the heading style when you applied it.
From what I can see your entire document is one big paragraph with line breaks, you’ll have some cleanup work to do so that you can apply paragraph styling.
Just a tip, one way to do this is a word processor, where you can see line breaks and paragraphs distinctly.
Another is just go through and do it manually in the designer, where you can’t see them, but you can still change them. ENTER ends a paragraph. SHIFT+ENTER creates a line-break. Both are useful.
A third approach is to copy-paste the entire text into chatcpt and explain that you need it reformatted as clean paragraphs instead of line breaks. It will do the job in seconds. As always, check its work carefully.