![]() |
|
line break - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: line break (/thread-12991.html) |
line break - Imlah - 2017-10-28 Is there a way to force a "line break" in the "description"? line break - acrylian - 2017-10-28 I am not sure what you mean by "force". If you are not using the TinyMCE texteditor, you can use the htm line break - Imlah - 2017-10-29 I'm trying to break up a description into separate lines. Right now a description lays out as though it is one long line of characters and only breaks to another line when characters are more than about 120. The line break - Imlah - 2017-10-29 The usual page break of less than "br" and greater than, has not effect. line break - acrylian - 2017-10-29 No, as normal "line breaks" are not supported. Use standard html for formatting or the TinyMCE editor which naturally also uses html internally. The plugin is called `tinymce4" and is for sure there since it is included. If you really need these line breaks you have to edit your theme to use the pure values from the database. line break - Imlah - 2017-10-29 Thank you. I added the plugin. It works. But the tags remain visible when you go and read the description. line break - acrylian - 2017-10-29 Then you need to check the theme used. It surely does not with official themes (we use it on our own site as well). Of course if you are using the editor, you don't need and should not add html tags manually, then they just would be text. Use the buttons the editor provides. For line breaks you need to use Shift + Enter, for paragraphs only Enter. Just like in Word etc. line break - Imlah - 2017-10-29 Thank you, thank you. Things are working well now. Much appreciated. |