Remove padding on web oject in captivate
Hi,
I am wanting to use HTML code to create scrolling text in my HTML5 project.
I can create the HTML code fine in Dreamweaver, followed tutorial on how to remove padding (Making margin -25) but when I bring the code into Captivate, the padding is still there, is there any way to remove the padding from the web object?

In Captivate

In browser
Detail for Dreamweaver code is below for font size and margins/padding as per the tutorial I followed.
<style type="text/css">
#scrollingText, h1{
font-family: Segoe, "Segoe UI", "sans-serif";
font-size: 10px;
}
#scrollingText {
margin-top: -25;
padding-right: 5px;
padding-left: 2px
}
Any help on this would be gratefully appreciated.
Thanks
Paul
