I wondered if anyone could help here. When creating pages in the Umbraco background the spacing between text lines (page content) looks absolutely fine.
However when I then publish the page and preview it the actually page is displayed with double spacing on it which makes everything look very widely spaced...does anyone have a solution to this..?
Check this issue, with various solutions posted by various people. I'm working on this issue right now, and if I find a solution I'll post it here.
Edit:
Solution! Add <config key="forced_root_block">''</config> to the <customConfig> section of tinyMceConfig.config. Don't forget to recycle the App Pool before you check it.
Line Spacing
Hello
I wondered if anyone could help here. When creating pages in the Umbraco background the spacing between text lines (page content) looks absolutely fine.
However when I then publish the page and preview it the actually page is displayed with double spacing on it which makes everything look very widely spaced...does anyone have a solution to this..?
Thanks
Matt Spain
Hi Matthew, is this just a css issue? Or is it different in the Umbraco preview than on the front-end of the site?
-Amir
http://issues.umbraco.org/issue/U4-5334#
Check this issue, with various solutions posted by various people. I'm working on this issue right now, and if I find a solution I'll post it here.
Edit: Solution! Add
<config key="forced_root_block">''</config>
to the<customConfig>
section oftinyMceConfig.config
. Don't forget to recycle the App Pool before you check it.is working on a reply...