>> Sites generating 1k/hits a day or more most contact us at info@catacombs.com before using this script <<
Script :
This HTML/Javascript can be dropped into any web page for a Catacombs news block.
<script src="http://daoc.catacombs.com/js_news.cfm"></script>
The code typically goes into a table like the following, so that you can control the news block's width :
<table><tr><td width=550>
<script src="http://wow.catacombs.com/js_news.cfm"></script>
</td></tr></table>
Style (Color control) :
The following styles can control the news blocks font / color / and background :
<STYLE>
.newstitle {
font-family: verdana;
font-size: 13px;
font-weight: bold;
color: white;
background-image: url(/guilds/marb004.jpg);
background-color: #333333;
letter-spacing : 2px;}
.newsdate {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: white;
background-color: black;
text-transform: uppercase;
text-align : center;;
}
.newsgeneral {
font-family: verdana;
color: black;
font-size: 10px;
background-color: white;
}
.newsgeneral a {color: #800000;}
.newsbody {
font-size: 13px;
border-top:1px #9C8208 outset; }
.newsbody a {text-decoration: underline;}
</STYLE>
newsgeneral - The new block default style.
newstitle - The style controlling the news block's title.
newsdate - The style controlling the news block's date.
newsbody - The style controlling the news body.
Note :
background-image must point to a valid url if you want to have background images. Don't link to me please.
Example :
|