Thanks,
Somehow I found the glitches in JCE.
I am using JFB component to create the social buttons for K2, and that is where the problem is.
What is going on is that JCE is adding the following code to every document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
</head>
<body>
</body>
</html>
I created the article using JCE and then deleted that code with codemirror and it works great. I imagine I could go through each line and see what is the actual code creating the issue, but removing them all worked fine. I tried several test articles and had the same problem every time. I know the problem is not with your components, but thought maybe you knew the solution anyway.