Elxis CMS Forum
Support => General => Topic started by: ROUBOS on February 11, 2012, 22:55:39
-
I'm trying to space out text and paragraphs using the editor, and every <br /> I enter in html, is swapped with a <p> instead, and pushes the text back up.
-
Use the enter key for <p> and ctrl+enter for <br/>.
-
ctrl+enter does not work
-
shift + enter is for inserting a break.
-
Sorry. My mistake! Shift+Enter for <br/> as datahell wrote above correctly.
-
You can also set the option in the bot if you want to use
<p> or <br />
depending on what you use more often.
-
I also have encountered this kind of problem myself. I have a suggestion though, why don't you try going out of the WYSIWYG editor, use normal editor and manually press [Enter] to separate a paragraph. Hope this helps. :)
-
I dissable the WYSIWYG editor from settings, enter my <div> (several div tags) and save.
When I enable the WYSIWYG editor and go back into the article, it destroys my <div> tags again. :'( :o >:(
-
<div> tags can be imported by the 'html' button on TinyMCE's editor toolbar.
-
Yes I do import them through the html button, but once you update, you loose all id and class tags and more
-
Depending on what you are doing with the divs, if you add some lines to template_css.css like
p.avs { font-family: "Arial, Verdana, sans-serif; font-size: 12px; }
p.tnr { font-family: "Times New Roman", Times, serif; font-size: 12px; }
then you will find them at the bottom of the list in the style drop down.