My Version 2.4.3 does the following code when higlhighting the three lines of Test text and then pressing the Unordered List button - it creates just one -li- tag and changes -p align=left- to -div align=left-
Current demo does it nice and clean with the correct output of -li- tags
Is it the versions or can In make a change in one of the .js files?
Thanks
<p align="left">Test<br /> Test<br /> Test</p> <ul> <li> <div align="left">Test<br /> Test<br /> Test</div> </li> </ul>
Current demo does it nice and clean with the correct output of -li- tags
<p style="text-align: left">Test<br /> Test<br /> Test</p> <ul> <li>Test</li> <li>Test</li> <li>Test</li> </ul>
Is it the versions or can In make a change in one of the .js files?
Thanks
Re: Bullet Point Problem
This flash movie might help
http://www.idmclient.com/fck/bullet.htm
I tried the one of the samples in 2.4.3 and it did the same thing.
Cheers
Re: Bullet Point Problem
I only have trouble with bullets after I have centered text and bullet point after that
Let me ask it an another way - in the demo on the fck site it writes when centering
When I do it writes
Which files do i modify so it writes the center tag like the demo?
Maybe that will fix the problem?
Thanks
Re: Bullet Point Problem
Re: Bullet Point Problem
Thanks for the clarification on that.
May I ask then is it standard across fck up to 2.4.3 that if you center text and then press enter and then left align that one can't do bullet points correctly - see my demo here http://www.idmclient.com/fck/bullet.htm
Cheers
Chris
Re: Bullet Point Problem
Re: Bullet Point Problem
I shall leave it there then.
I did find though once you align left the text and then highlight it and choose dropdown Format/formatted and then choose dropdown Format/normal it works as it should.
Cheers
Chris