Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
366 views
in Q2A Core by

When i make a disposal ike this

it puts "<span style="background-color: rgb(255, 255, 255); ...." on every disposal again, so i searched the code to make a class for it and found this:

'<DIV CLASS="qa-q-view-content">',
                    $q_view['content'],
                    '</DIV>'

it seems to be in the $q_view['content'], but how do i chance it? The same goes with: $q_view['follows'] form($q_view['form'] where are all those stored, so that i can edit them?

Thank you!

1 Answer

0 votes
by
I don't know what you mean by "disposal" but the extra spans are probably coming from the CKeditor plugin. Don't know if there is a way round that, WYSIWYG always produce awful HTML.
by
Your right, i used the rubber-tool to delete those formats =)
...