Loading...
 
Skip to main content

Features / Usability


format line spacing

posts: 1

hi,

i am looking for a possibility to change the standard line spacing. where can i do that?

thanks

posts: 45 Australia
I am not sure how to do it across the site, but you can change individual components, for example the wiki pages, by adding a line-height:20px; or whatever you want to the css for your primary theme

posts: 257 United States

It took me a while to understand that you'll often get an extra line if you use HTML. Normally when you code HTML, lines are controlled by P and BR tags but if you put your tags on new lines:

Hi BR
What's shakin BR

Nuttin BR

You'll get extra lines:

Hi BR

What's shakin BR



Nuttin BR


because Wiki sees the line feed and the BR and so you'll often get two. Also stray characters from pasted text will also add extra lines and other schmutz.