white box displays div content, source adds breakout class

Problem - code will work in a page that was created before today, but if copied into a page created today it will not work. When I look at the source code I see that it adds <div class="breakout"> when displaying the page created today. And it displays the content wierdly inside a box with white background and no where near 70% of the width of the page. The source for both was created in the Classic editor, both had the current content entered today.

The code:

<div>
<font>Help For</font>

</div>

From source of test1B when displayed:





<div>


<div class="breakout">

<font>Help For</font>

From source of test where code works:





<div>


<font>Help For</font>

</div></div></div></div>
Inappropriate?

2 people have this problem

User_gray