How to force same font spacing everywhere

Permalink
I've got eCommerce installed, and I would like all the descriptions to look the same, unfortunately it's not easy to just copy/paste because C5 decides how to want to look on it's own.
See examples. Could someone please suggest what to do in order to make everything look uniform?
TIA

P.S. in the example only visible is input, but it outputs exactly the same way, with that same spacing.

2 Attachments

 
Adreco replied on at Permalink Reply
Adreco
Hi,
I've noticed (suffered from) this and other issues with tinyMCE as an editor. If doing a lot of copy/paste, you'll get Much better results by opening the html panes and copy/pasting from there. That way all formatting is copied as well.
Hope this helps :)

Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting.............
AliceTtr replied on at Permalink Reply
AliceTtr
Or if you want only text without any css formatting
just paste and copy it to a simple text editor like for example notepad++.
AliceTtr replied on at Permalink Reply
AliceTtr
Hello,

In tinymce editor if you hit enter after a rule you get a paragraph.
Hold Down Shift and hit Enter resolves the white space between rules.
enlil replied on at Permalink Best Answer Reply
enlil
I've noticed this before too. If i recall correctly it's the "paragraph" formatting. If you change it to some other formats there are ones with no big gap...
SheldonB replied on at Permalink Reply
SheldonB
what is happening is an HTML issue

if you click html

you see <p>hello</p><p>something else</p>

you get::
hello

something else

if you click html and clean it up <p>hello</ br>something else</p>

you get:
hello
something else

just make sure you open <p> and close </p> you can add as many breaks as you wish </ br>
RobinMeade replied on at Permalink Reply
Hello
Thank you for all the reply's. Now I understand how to fix the issue as it's happening, but how to correct hundreds of previous entries? Hopefully not manually!? Isn't there some code that could be added, to force everything to be same?
Thank you.
SheldonB replied on at Permalink Reply
SheldonB
in concrete5 .. no ... but lets assume you have pages of this stuff .. you could copy and paste the code into an html editing program like dreamweaver or w/e .. maybe word .. and find and use the copy replace function you can do 1 for <span> and replace it with < br/> and </span> just replace it with a space or another break

you can also copy and paste into (notepad) notepad will remove all code and keep just the text. It might mess up your spacing but from notepad you can copy and paste back with almost no issues

this is more of a tinymce issue then a concrete5 issue in 5.7 I think it replaced by redactor im not sure if tinymce will be removed completely but it will be different