HTML Field showing HTML tags at the footer

Luiz Lucena
Mega Sage

Hello friends, 

Does anyone know anything about this?
HTML field text editor showing HTML tags at the footer bar, I never paid too much attention because honestly, for me it doesn't bother as I noticed it is showing in every place where we have that field type.
But do we have anything explaining why it shows the tags?

LuizLucena_0-1723650172563.png

 

2 ACCEPTED SOLUTIONS

CezaryBasta
Tera Guru

It's just a feature of the editor. It displays the current tag as well as its structure from the top-most parent.

--
See more of my content here.

View solution in original post

Satishkumar B
Giga Sage
Giga Sage

@Luiz Lucena 

Yes, the response is correct. Here's a more concise version:

The footer bar in the HTML field text editor shows the current HTML tags you are working within. In your screenshot, `P » STRONG` indicates that the cursor is inside a `<strong>` tag within a `<p>` (paragraph) tag. This feature is standard in rich text editors to help users understand the structure of their content. It's there to assist with editing complex HTML but can be ignored if not needed.

 

…………………………………………........................................................................................
Please Mark it helpful 👍and Accept Solution !! If this helps you to understand.

…………………………………………........................................................................................

View solution in original post

2 REPLIES 2

CezaryBasta
Tera Guru

It's just a feature of the editor. It displays the current tag as well as its structure from the top-most parent.

--
See more of my content here.

Satishkumar B
Giga Sage
Giga Sage

@Luiz Lucena 

Yes, the response is correct. Here's a more concise version:

The footer bar in the HTML field text editor shows the current HTML tags you are working within. In your screenshot, `P » STRONG` indicates that the cursor is inside a `<strong>` tag within a `<p>` (paragraph) tag. This feature is standard in rich text editors to help users understand the structure of their content. It's there to assist with editing complex HTML but can be ignored if not needed.

 

…………………………………………........................................................................................
Please Mark it helpful 👍and Accept Solution !! If this helps you to understand.

…………………………………………........................................................................................