For example, Feedburner's script code to display the latest posts generally have the following format:
<script src="http://feeds.feedburner.com/vocemsfeed?format=sigpro" type="text/javascript" ></script>
To be able to hide the attribution to the Footer section that reads "Headlines By Feedburner" then can apply the following script code:
By applying kodeskrip over the attribution to the Footer section that reads "Headlines By Feedburner" will not reappear.
<style type="text/css">
div #creditfooter {display: none;}
</style>
Good luck and hopefully useful!