<marquee scrolldelay=100 scrollamount='100'>as;dfsdf</marquee>

解决方案 »

  1.   

    <script language="javascript">
    document.write ("<marquee scrollamount='1' scrolldelay='30' direction= 'UP' width='200' id='helpor_net' height='150' onmouseover='helpor_net.stop()' onmouseout='helpor_net.start()' Author:redriver; For more,visit:www.helpor.net>")
    document.write ("<p><font color='#AA88EE' size='2'> ")
    document.write ("新闻1<br> ")
    document.write ("新闻2<br> ")
    document.write ("新闻3<br>")
    document.write ("新闻4<br> ")
    document.write ("新闻5<br> ")
    document.write ("</font>")
    document.write ("</marquee> ")
    </script>
      

  2.   

    求教 fyzeng(每天都在晕) :
    我的新闻有超链接,如何办理?
      

  3.   

    你直接在要链接的文字中加代码就可以了,如下:
    document.write ("<a href='http://www.csdn.net/'>新闻1</a><br> ")