Write Text Directly Within a Column

Is there any way within the Wappler GUI just to enter text inside a column, without it needing to be in a h1 or p tag?

Or would I need to go into code to do that?

Personally it would have to written in some form of a tag, even a span tag which basically does nothing, but it signifies the beginning and the end of your text.

Obviously as you mentioned you could also do this by adding your text in the code area and then it would not require a p tag at all.

The more obscure tags like span can be found in the DOM panel if you want GUI access to them, span is under styles and formatting and once you add it you can add your starting text to it inside the text property, once it has a few characters of text to start, you could continue adding text inside the design panel itself, so this would be really the only way to bypass using the code area and only using the GUI

Actually it’s semantically incorrect to enter the text directly in a <div> tag, that’s why we have not enabled it.

5 Likes