Hello,
I am experiencing a strange confliction(?) when using two raw content boxes on a page.
My problem is that when I adjust the text height in one box, it change the text size in the other raw content area also.
Here is the code:
<!-- CSS Code -->
<style type="text/css" scoped>
.GeneratedMarquee {
font-family:Helvetica, sans-serif;
font-size:2em;
line-height:1.3em;
padding:1.5em;
}
</style>
<!-- HTML Code -->
<marquee class="GeneratedMarquee" direction="left" scrollamount="4" behavior="scroll">HuwJ Matsumura, Martijn Boosman, Kevin Sofen, Matt Chambers, Paul Andrews, Colin Bruford, Jill Van Der Pas, Mart Van Iersel</marquee>
I am needing to adjust the font size to 1em for the second box, but it changes the first too.