Click HereClick Here
home features news forums classifieds faqs links search
5154 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Channel: #Amigaworld
Channel Policy and Guidelines

(Uses JAVA Applet and Port 1024)
Visit the Chatroom Website

Who's Online
 53 guest(s) on-line.
 3 member(s) on-line.


 Dandy,  Spirantho,  SpaceDruid

You are an anonymous user.
Register Now!
 Dandy:  22 secs ago
 Spirantho:  3 mins ago
 SpaceDruid:  4 mins ago
 resle:  15 mins ago
 alef:  20 mins ago
 Spectre660:  24 mins ago
 BrandonLee:  25 mins ago
 djrikki:  29 mins ago
 graincloud:  32 mins ago
 Reaps:  38 mins ago

Amigaworld.net Newsfeed


What do I need to add to my HTML code?

Just this single line of code to your document, between the <BODY> tags, at the location where you are wanting to display our headlines:

<BODY>
<script language="JavaScript" src="http://amigaworld.net/modules/newsfeed/news_js.php"></script>
</BODY>

Customise the way it looks (Optional)

You can customise it with the built-in JS variables, you may add just the ones you need or all of them, any that are omitted will use default values. There is also one CSS class for links to add mouseover effects.

Just place the variables you need from the example below between your <HEAD> tags.

<HEAD>
<script language="JavaScript" type="text/JavaScript">

// Table
var table_width = "170";
var table_bordercolour = "#6D8BB5";
var table_bgcolour = "white";

// Header
var header_bgcolour = "#9BBCE6";
var header_fontcolour = "#395A89";
var header_fontsize = "2";
var header_fontface = "Verdana";

// Sub-Header
var subheader_bgcolour = "#E4EAF2";
var subheader_fontcolour = "#395A89";
var subheader_fontsize = "1";
var subheader_fontface = "Arial";

// Headlines
var headlines_fontcolour = "#990000";
var headlines_fontsize = "1";
var headlines_fontface = "Verdana";

// Dates
var dates_fontcolour = "black";
var dates_fontsize = "1";
var dates_fontface = "Arial";

</script>

<!-- Style Sheet for mouseover effects -->

<style type="text/css">
<!--
a.newsfeed_links { text-decoration: none; }
a.newsfeed_links:hover { text-decoration: underline; }
-->
</style>

</HEAD>

This is how it will look


[ home ][ about us ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright © 2000 - 2011 Amigaworld.net.

Page took 0.00052399999999997 seconds to load.