Jump to content

Italic and enter (space) problem in cms (html)


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...