<style type="text/css"> .ItemSubHeader a.SmallDisplay { vertical-align: super; font-size: 80%; } .ItemSubHeader img { vertical-align: bottom; } </style> <script type="text/javascript"> $(document).ready(function(){ var comments = 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png'; // Don't change anything below $('.ItemSubHeader') .find('.SmallDisplay') .html(function(i,h){ return h.replace(/ Comments/,'') }) .prepend('<img src="' + comments + '" />'); }); </script>
<style type="text/css"> .newcmt, .seecmt { cursor: pointer; float: right; /* icons on the right side */ padding-left: 5px; /* spacing between icons */ } </style> <script type="text/javascript" src="http://www.axiomfiles.com/Files/258012/scripts-news.js"></script> <script type="text/javascript"> $(document).ready(function(){ newsCommentIcons(); }) </script>
newsCommentIcons({ commentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png', addCommentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments-add.png' })
newsCommentIcons({ popupwidth : 600 })
newsCommentIcons({ commentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments.png', addCommentsImg : 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/comments-add.png', popupwidth : 600 })