I am having a real problem that I can't seem to fix and am hoping its somethign simple that I'm missing.
I have created some multi column templates for users. An example is below.
There is also styles in the stylecombo that the user can apply to blocks of text such as the class featuredText. I expect the output from the user selecting this to appear as follows
However, the result is not as expected (example below). This breaks the whole page layout.
The issue also occurs if the user tries to add a table into any of the divs. Can anyone help me out?
I have created some multi column templates for users. An example is below.
<div class="oneColumn"> Content here... </div> <div class="oneColumn"> Content here... </div>
There is also styles in the stylecombo that the user can apply to blocks of text such as the class featuredText. I expect the output from the user selecting this to appear as follows
<div class="oneColumn"> Content here... <div class="featuredText">Content here...</div> Content here... </div> <div class="oneColumn"> Content here... </div>
However, the result is not as expected (example below). This breaks the whole page layout.
<div class="oneColumn"> Content here... </div> <div class="featuredText">Content here...</div> <div class="oneColumn"> Content here... </div> <div class="oneColumn"> Content here... </div>
The issue also occurs if the user tries to add a table into any of the divs. Can anyone help me out?