In the file manager there is a HTML EDITOR . When someone adds a image side by side there appears a  in between the pics . Everytime you add a new pic it adds a new  as seen here http://www.canvasbackcove.com/test2.htm . The error is being processed in the file that accompanies it ".wysiwygPro_edit_test2_htm.php" . In the file it appears like this
$body = '<div>
<img title="" height="101" alt="" src="/marks/picture020TH.jpg" width="135">ÂÂÂ
<img title="" height="100" alt="" src="/marks/Trophi1.jpg" width="133">
<img title="" height="100" alt="" src="/woodys/woody2a_small.jpg" width="113"></div>';
It keeps adding to the "  " .
What is the cause and how do i correct this bug ?
$body = '<div>
<img title="" height="101" alt="" src="/marks/picture020TH.jpg" width="135">ÂÂÂ
<img title="" height="100" alt="" src="/marks/Trophi1.jpg" width="133">
<img title="" height="100" alt="" src="/woodys/woody2a_small.jpg" width="113"></div>';
It keeps adding to the "  " .
What is the cause and how do i correct this bug ?