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
http://www.idmclient.com/fck/bullet.htm
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
http://www.idmclient.com/fck/bullet.htm
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