I'll try to help with a couple of these issues which are pretty basic!
To add spaces:
PHP Code:
Insert : for each SPACE
PHP Code:
(So would = 3 SPACES)
To add STOP/START on MOUSEOVER: In Marquee_Text Template
Change
PHP Code:
<marquee direction="$yer" scrolldelay="$vboptions [mtext_speed]">
To:
PHP Code:
<marquee direction="$yer" onmouseover="this.stop();" onmouseout="this.start();" scrolldelay="$vboptions [mtext_speed]">
As for the CMPS issue. Try setting the Marquee position to "Below Header". I may look into that more but it won't be anytime soon.