Forums
(@robincham)
15 years, 9 months ago
Mark:
Try using CSS to block the display of images in your RSS feed:
<style type=”text/css”> <!– IMG { display: none; } –> </style>
Works on other RSS templates, so I’m just suggesting here, too.
robincham