format line spacing Posted by mleibecke 15 Mar 2008 12:05 GMT-0000 posts: 1 hi, i am looking for a possibility to change the standard line spacing. where can i do that? thanks
Posted by jacci 15 Mar 2008 12:58 GMT-0000 posts: 45 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
Posted by George Greene 17 Mar 2008 15:29 GMT-0000 posts: 257 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.