I allready have that set to false: Insert this code into the HTML and switch back to normal and back to html and you will see what I'm seeing
function onload()
{
var fadeInQuotes = new Array();
fadeInQuotes[0] = "Independence...<br />doesn't have to mean<br />being alone";
fadeInQuotes[1] = "Independence...<br />doesn't have to mean<br />your broker dealer forgets<br />who you are";
fadeInQuotes[2] = "Independence...<br />with a guide.";
fadeFX('fadingText', fadeInQuotes);
}
</script>