|
Science News Right Where You Want It!
You can put UniSci's daily science news
ticker right on your Windows desktop
or on your own web page. Here's how:
Science News On Your Desktop
Requires Internet Explorer
4.0 or later with
Active Desktop |
- Right click on your desktop, then click on Active Desktop.
- Click on Customize my Desktop, then choose the Web tab.
- Check View as Web Page, then click on New.
In Location, type http://unisci.com/java/.
- Click OK.
- When you get back to your desktop, a new item will be there.
- Pull it into the size you prefer, put it in the right
location, and there's your own private news ticker.
Science News On Your Web Page |
Copy the following code into your current
HTML:
<!-- Begin UniSci News Net Science Ticker -->
<applet code="UniSciTicker.class" width="400" height="30"
border="1"
codebase="http://unisci.com/java/">
<param name="font_face" value="Arial">
<param name="font_size" value="11">
<param name="pause_height" value="20">
<param name="pauseLine0" value="0">
<param name="pauseLine1" value="5">
<param name="pauseLine2" value="10">
<param name="pauseLine3" value="15">
<param name="pauseLine4" value="20">
<param name="pauseLine5" value="25">
<param name="pauseLine6" value="30">
</applet>
<!-- End UniSci Science Ticker -->
Note:
Making
modifications to the above HTML parameters may interfere with ticker updating and/or
running properly.
Enjoy!
|