Terms Alerts RSS Feed

Guard Dog

Guard Dog
Staff member
Joined
Dec 13, 2006
Messages
11,228
Reaction score
3,144
As some of you are aware, there is a Terms Alert RSS Feed that is available for usage on websites and forums. This is a 'skinnable' feed, which means you can have your own template and make it look how you want.

for those of you using this feed, there is a change that is made today which will affect future feed 'look and feel'.

This is a necessary change and will allow you to make your feed look EXACTLY how you want instead of 'mostly' how you want :)

If you are using the feed and I am unaware, then it will likely look pretty silly until you make the necessary changes. The changes are as follows:

You will need to add styles to the following tags:

HTML:
</ins></del>

If you want to style this exactly as it was before, you can add this to your style:

HTML:
<style>
del {
	text-decoration:line-through;
	color:#F00;
}
ins {
		background-color:SpringGreen;
}
</style>

Those tags are now wrapped around the inserted and deleted content so that you can style that however you wish. If you need help, please send me an email at:

[agdemail][/agdemail]
 
Top