Hi ,
I am using codeigniter for my project.On admin side i am using spaw editor to add content.On user side i have used a code so that for large content to have read more and close link.For normal text no problem what so ever.But suppose in a content we have bulletedd text then because i m using a substr function.first it will display a content with read more link.here while calculating substring it is simply breaking the content in between so some of li and ul is not completed.i think because of this when i click on read more link a page with black content is displayed. so is there any logic to solve this problem?
I am a new programmer pls pls help me out............:'(