I am using JCE. But I've also tested with the editor turned off.
The code with the editor turned off shows the break as does the source code if you view the browser's source view (not using Firebug or other web developer tools).
Someone in the JCE forum said that this suggests that the change is being made by javascript after the page has loaded. They also said that it looks like one of the template scripts is responsible :
window.addEvent('domready', function() {
var modules = ['rt-block'];
var header = ['h3','h2','h1'];
GantryBuildSpans(modules, header);
});
Here is a link
http://173.205.125.70/~gopinkwi/
The text below the logo should break after Athletes
<h1 style="text-align: center;">Athletes<br />Helping Women Kick Breast Cancer.</h1>
Athletes
Helping
Women Kick
Breast Cancer
This issue happens to me quite frequently with different templates. It seems like any time I have text in a module and use an h tag, the line breaks never work