
Seymour
|
You've probably heard this beforeStop 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.
|
admin(Nick_NR)
|
Can I ask which guide are you following as there's three at current two of which are locked and shouldn't be used.
This should be the one your using?
http://portalogy.myfastforum.org/about77.html
**EDIT**
This is the source code from your news ticker, which tells me your using the fader and not a news ticker from one of my guides.
Your fader is working for me in Firefox2, but may be slow due to the falling snowflakes.
| Code: | <table class="forumline" align="center" border="0" cellpadding="4" cellspacing="1" width="100%">
<!--BEGIN switch_fader_title -->
<tbody><tr>
<th class="thCornerL" height="25" nowrap="nowrap"><font color="cyan">News</font></th>
</tr>
<!--END switch_categories_title -->
<tr>
<td align="center">
<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">
|
Seymour
|
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.
|
|
|
|