Stop me if you've heard this a thousand times before but it's about the news ticker. I hope I'm in the right place. I followed your instructions to the letter and everything was going swimmigly, until I tried to change the text. All i get now is the news ticker heading and a closed box. I'm not all that brilliant where the technical side of forums comes in, but i get by. Any help you could give would be greatly appreciated.
Thanks in advance. _________________ It takes 43 muscles to frown but only 17 to smile. So smile more often.
<div id="fscroller" style="padding: 2px; font-family: Verdana,Arial; font-weight: bold; width: 100%; height: 100px; opacity: 0.9;">The competition to get your written piece on the webpage is still running. So get scribbling. All we want is a small piece about what you think of this forum.</div><script language="JavaScript1.2" type="text/javascript">
<!--
var iDelay = 5000;var txtColor = "000000";var fContent = [];
if (""=="")
{
fContent[1-1] = "Forum News"
}else
{
fContent[1-1] = "<a href=>Forum News</a>"
}
if (""=="")
{
fContent[2-1] = "The competition to get your written piece on the webpage is still running. So get scribbling. All we want is a small piece about what you think of this forum."
}else
{
fContent[2-1] = "<a href=>The competition to get your written piece on the webpage is still running. So get scribbling. All we want is a small piece about what you think of this forum.</a>"
}
if ("http://danglyendchronicles.myfastforum.org/index.html"=="")
{
fContent[3-1] = "The website is almost finished. CLICK HERE to take a look and let us know what you think."
}else
{
fContent[3-1] = "<a href=http://danglyendchronicles.myfastforum.org/index.html>The website is almost finished. CLICK HERE to take a look and let us know what you think.</a>"
}
if (""=="")
{
fContent[4-1] = "Job Vacancies: There is still vacancies within the forum for an Admin member and a couple of Mods."
}else
{
fContent[4-1] = "<a href=>Job Vacancies: There is still vacancies within the forum for an Admin member and a couple of Mods.</a>"
}
var isIE = (document.all)? true : false;var frame = 60;var st = 1;var wait = iCur = 1;var index = iCurMoz = 0;var iDir = false;var frameHalf = frame / 2;var iTimer;var frame_m = frame;var wait_m = wait;document.getElementById("fscroller").style.color = txtColor;function fade(){ if(index >= fContent.length){ index = 0; } document.getElementById("fscroller").innerHTML = fContent[index]; index ++; opacityFade();}function opacityFade(){ var fScroll = document.getElementById("fscroller"); if(frame > 0){ if(frame == frameHalf && wait > 0){ if(isIE){ fScroll.style.filter = "alpha(opacity=" + iCur + ")"; } else { fScroll.style.MozOpacity = iCurMoz; } wait --; setTimeout("opacityFade()", iDelay); } else { if(iDir){ iCur -= 3; iCurMoz -= 0.03; } else { iCur += 3; iCurMoz += 0.03; } if(isIE){ fScroll.style.filter = "alpha(opacity=" + iCur + ")"; } else { fScroll.style.MozOpacity = iCurMoz; } if(frame == (frameHalf + 1)){ if(isIE){ fScroll.style.filter = "alpha(opacity=" + iCur + ")"; } else { fScroll.style.MozOpacity = iCurMoz; } iDir = true; } frame --; setTimeout("opacityFade()", st); } } else { fScroll.innerHTML = " "; frame = frame_m; wait = wait_m; iDir = false; setTimeout("fade()", st); }}// -->
</script>
</td></tr>
</tbody></table>
Also to correct it's look find:
<td align="center">
and add in:
class="row1"
so you should get:
<td align="center" class="row1">
I changed to the fader to see if it would work better. It did. Now i can changed text and links with no trouble. With the ticker i changed one letter on one of the line ad it all disappeared, change it back and it was back again. Funny.
_________________ It takes 43 muscles to frown but only 17 to smile. So smile more often.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum