BlogOklahoma.us Headlines (Update)
You can put BlogOklahoma.us Headlines on your blog. Example:
Just add this script:
<SCRIPT LANGUAGE="Javascript" SRC="http://www.blogoklahoma.us/XML/Javascript/default.asp"></SCRIPT>
You can use CSS to format the headlines to match your page. Just manipulate:
<DIV id=BOKUS_news>, <UL>, and <LI>
Example style I used at ITLnet Blog:
#BOKUS_news ul {
margin:.5em 0 1.25em;
padding:0px;
list-style:none;
}
#BOKUS_news ul li {
background:url("/img/icon_arrow_sm.gif") no-repeat 2px .25em;
margin:0 0 3px 0;
padding:0 0 3px 16px;
border-bottom:1px dotted #eee;
line-height:1.4em;
}
Just add this script:
<SCRIPT LANGUAGE="Javascript" SRC="http://www.blogoklahoma.us/XML/Javascript/default.asp"></SCRIPT>
You can use CSS to format the headlines to match your page. Just manipulate:
<DIV id=BOKUS_news>, <UL>, and <LI>
Example style I used at ITLnet Blog:
#BOKUS_news ul {
margin:.5em 0 1.25em;
padding:0px;
list-style:none;
}
#BOKUS_news ul li {
background:url("/img/icon_arrow_sm.gif") no-repeat 2px .25em;
margin:0 0 3px 0;
padding:0 0 3px 16px;
border-bottom:1px dotted #eee;
line-height:1.4em;
}