View Single Post
  #7  
Old 04-24-2012, 08:05 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 616,245
Hall of Famer is on a distinguished road
Default

Well at this point you can fix this by going to phpmyadmin and edit table prefix.content. Remove every instance of <div> and </div> except for the one at the beginning or end of a paragraph. An example is shown here(as you find from table prefix.content:

PHP Code:
<div>
    <
u><strong>The Excellent CKEditor Page!</strong></u></div>
<
div>
    
But looks like linebreak is not workingumm...</div
The <div> and </div> at the beginning/end of the entry should remain untouched, what to do with the extra <div>'s inside the entry is up to you though. If I remove the inner </div><div> I will get this:

PHP Code:
<div>
    <
u><strong>The Excellent CKEditor Page!</strong></u>
    
But looks like linebreak is not workingumm...</div
And the page will appear normally without linebreak. For now this is what you can do, and by the release Mys v1.3.2 I will figure out a better and easier way to fix this extra linebreak issue since not everyone knows how to edit in phpmyadmin.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote