Hi, I've been trying to install a javascript news letter, (as featured at http://www.dmxzone.com/ShowDetail.asp?NewsId=6474) and have it working perfectly in a straight-forward HTML page.
I am trying to include the ticker within a page that has nested tables. Having placed the SCRIPT code in the head section of the page - then the following code appears in the body tag:
<!--
<div class="tickerDiv"><span class="stories">Latest News : </span><a id="tickerHREF" href=""></a></div>
-->
(commented out here so the code displays in the post)
But it doesn't work ? the 'Latest News' text appears on the page, but not the headlines. Yet when I do this in a html file without any tables, it works fine ?
Do I need to alter the code / DIV tag statements as I'm working within a table?
Thanks in advance for your very kind help.
Matt
I am trying to include the ticker within a page that has nested tables. Having placed the SCRIPT code in the head section of the page - then the following code appears in the body tag:
<!--
<div class="tickerDiv"><span class="stories">Latest News : </span><a id="tickerHREF" href=""></a></div>
-->
(commented out here so the code displays in the post)
But it doesn't work ? the 'Latest News' text appears on the page, but not the headlines. Yet when I do this in a html file without any tables, it works fine ?
Do I need to alter the code / DIV tag statements as I'm working within a table?
Thanks in advance for your very kind help.
Matt
Comment