Crowell Posted August 26, 2014 Share Posted August 26, 2014 Hi everyone, I have an html problem which I fight with for a longer time.. I have two lines of text, both between < p > text </ p> and I want to separate them with an enter, so: < p> text </ p> < p> </ p> < p> text / p> or < p> text </ p> < br> < p> text </ p> that's what I've read.. How it look in reality? Nothing happens. I put < br> or </ br> or < p> </ p> and on my website it's still without a space. It works only if I put < p>< br />< br /></ p> but than I have 2 enters :/ When accepted and saved, I go back to the code and the editor change my < br> into < p> </ p> .. where is my mistake? Similar situation I have with < i> </ i> which is automatically change into < em> text </ em> and doesn't work after saving.. I know it's some basic html problem, but I could find it either here or on html websites / forums. Link to comment Share on other sites More sharing options...
dioniz Posted August 26, 2014 Share Posted August 26, 2014 Try to turn off HTML Purifier Library in BO > preferences > General, maybe that helps Link to comment Share on other sites More sharing options...
Crowell Posted August 29, 2014 Author Share Posted August 29, 2014 It still doesn't work.. It doesn't matter do I put <br> before </p> or after, it always disappears after saving :| Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now