Hi,
I have created a Java news ticker using the Javascript News Ticker program, where I specified the width and height of the ticker.
when I put the ticker on my website, using MS Expression, the ticker expands to show all the news enteries rather than stick to the previously specified height.
currently the code I have is:
<div id="news_ticker"></div>
<script language="javascript" src="newsticker.js"></script>
how can I make it stick to the height and width I want? what should I add?
I'm new in this, so please explain in simpley english and in as much details as possible.
THANKS