21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1324 Views |
-
Single line break in cms

4 February 2009 at 1:36am Last edited: 4 February 2009 1:36am
This is a really stupid question but i'm finding the format drop down menu in the cms a bit difficult to use - how do i write text without having a paragraph added when i hit return? i've tried "address" and this works but it changes it to italics everytime and i can't find it anywhere in the typography.css to change. The headings also revert back to paragraph when i hit return. Help, i'm pulling my hair out!!
-
Re: Single line break in cms

4 February 2009 at 2:43am
thats very easy!!!
first, you have so set
p {
margin:0;
padding:0;
}in your layout.css.
the same thing you have to do in your typography.css, this is for your cms editor.then, you can use the cms editor, press ENTER and normal new line like "<br />" will be shown.
################## PS ############
this will be nicer a lil bit!p {
margin:0;
margin-bottom:3px;
padding:0;
}
| 1324 Views | ||
|
Page:
1
|
Go to Top |

