I wanted to post this to help others that may have experienced this problem:

After making some minor changes to a couple pages I noticed that a white bar was appearing at the top of some of my SugarCRM pages. It was only occuring at the top of pages within the "Home" tab. After searching through all of the pages I made changes to, I wasn't able to find the problem.

During a short break, I remembered that I had a similiar problem with other php pages that I edited in Microsoft Expression Web in the past.

The solution I found for this problem was to download a hex editor (I used a free one: XVI32 v2.4 [URL]http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm#download[URL/]). And remove a couple characters that were showing up only when viewed with a hex editor.

The page that I had these characters in was the \modules\home\home.html. I had two boxes (I assume they are space characters) that I remove Near the word BEGIN between these characters ><. I had to scroll down about half way to find these characters.

I know this is not real clear. It's my first post. I hope it helps someone.