Sumea's latest news and job headers can be placed on your homepage or website very easily. Your webpage doesn't need to be dynamic at all, it can be a static html page.
<head>
<style type="text/css">
<!--
.body1 {
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 12px;
color: #000;
}
a.slink {
font-family: Arial, Helvetica;
font-size: 11px;
text-decoration: none;
color: #545D5F;
}
a.slink:hover {
color: #D44343;
background-color:#5883B4;
}
The above sample code is the style sheet for how the news will look on your site. You can change the font type, size, colour, roll-over state etc, along with table attributes (borders, background colour) to however you like to suit your website. Make sure the code is inbetween the <head> tags. You can view this pages html source and copy the style sheet I've used and edit that. (The example above uses some spaces to illustrate how it's indented).
<body>
<script type="text/javascript" src="http://www.sumea.com.au/include/sumeanews.js"></script>
</body>
This is where the news is grabbed from Sumea. Place the <script> tag anywhere inbetween the <body> tag in your page. That's all there is!