LOGIN


GAME INFO
 • Commands
 • Stat Calculator
Coming Soon
GUIDES
Crafting Guides
 • Fishing
Other Guides
 • Renkei Chart
 • Food Effects
 • Tetra Master
 • Auction House
 • Gardening Basics
 • Conquest and Crystals
Submit a Guide
COMMUNITY
Chat Rooms
General Forums
 • Main Forum
 • Crafting Forum
 • Quests Forum
 • Job Forums
 • Rant Room
 • Tech Help
Off Topic Forums
 • MMOG Forum
 • Off Topic Forum
Fansite Links
AMAZON.COM
 • Final Fantasy XI 
 • Soundtrack 
 • FFXI for PS2
HAVE A SITE?
Add FFXI news
SITE STUFF
Home Page
Submit Correction
Privacy Policy
FF Staff
 • DarkOne
Catacomb's News Syndication
>> 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 :