paulik![]() 2009-03-17 16:44 | Hi, enybody knows how can I put (non-breaking space) to the product description? Editor in Administration always replace by normal space after save button is pressed. » Quick.Cart v3.x |
beholder2009-03-17 18:16 | it depends on editor you're using. If you don't use the WYSIWYG editor, then you don't have this problem. |
paulik![]() 2009-03-17 21:09 | It doesn't work with turned off WYSIWYG too. What version of QC do you use? I'm using QC v3.1. Every time inserted is unfortunately replaced with normal space. |
beholder2009-03-17 23:54 | let me explain.. when you first write to your page (WYSIWYG is off), it gets written to the file correctly. But when you repeatedly save, the hard-space gets converted to another character (space). |
paulik![]() 2009-03-18 00:25 | There is realy in the DB file after the record is first saved. But in pages you will see " ", because the "&" is replaced in HTML code with "&". I guessed that is a work of some function in libraries classes. Ugh. So, how can I put firmly together for example "-459.67 °F" and beware of separation at the end of page? |
beholder2009-03-18 00:38 | I just found an interesting reference for this: |
beholder2009-03-18 00:53 | paulik, it not as you write. When you're not using WYSIWYG, then after the 1st save the text of page "full description" gets fully rendered correctly into HTML with |
paulik![]() 2009-03-18 00:58 | Yes, you are right. The entity "&" I have got with WYSIWYG turned on. If it is turned off, it works. But till the second save. |
beholder2009-03-18 01:17 | so the solution is to create your page normally and when you're done and ready for the "final save", just rewrite all spaces with |
beholder2009-03-18 02:11 | Now hold on to your seat, I just found out how to write hard spaces in tinyMCE (Quick Cart WYSIWYG editor)!!!!!!!!!!!!!
|
beholder2009-03-18 02:19 | I am going to add some keywords for later searches: |
paulik![]() 2009-03-18 13:39 | Oh man, you are Master of Code! Thanks a lot. Many people will appreciate that. |