Insert horizontal line?

Hi! I'd like to automatically insert a horizontal line to delineate sections inside my snippet but I can't figure out how to do that. What am I missing?

1 Like

Hey Naomi! :wave: Welcome to the Forum! Unfortunately, there isn't a way to automatically insert a horizontal line. Your best course of action would be to manually type it in using the "_" symbol on your keyboard or copy/paste the line you have typed out to delineate between sections.

Hi, maybe there are some changes, because as such I can output the line through the following command: "{site: html; selector=<hr>}", while outputting: "[Error - Invalid selector "


"]". This means that the problem is not in the display but in the program chat. Therefore, I want to ask whether it is possible to simply insert a horizontal line into your text at the moment, and whether such an opportunity will be considered?

Hi @Ivan_Krupnitskiy ,
Welcome to Text Blaze community.

<hr> does not seem to be valid selector. Selector is a CSS selector in {site}, where you like to fetch the contents of the website inside your snippet. In this case, <hr> tag will not have any contents, so it is pointless.

Therefore, I want to ask whether it is possible to simply insert a horizontal line into your text at the moment, and whether such an opportunity will be considered?

At the moment, there isn't a way to automatically insert a horizontal line. Does the editor where you are trying to use support horizontal line with keyboard action, like "____"