Buddies, I need your help to add a twitter icon next to alongside the Twitter Heading showing my Twitter updates at my blog you can view at http://www.trendblog.org You would notice Twitter heading there and i want to add tiny Twitter icon just before the Twitter heading like (icon) Twitter My Twitter Profile. I would greatly appreciate your help in this regard....!!! ;-}}}
this is a one method from this code <div> <span class="small-right"> <a href="http://twitter.com/loyals">My Twitter Profile</a></span> Twitter </div> It should be <div class="twitter"> <span class="small-right"> <a href="http://twitter.com/loyals">My Twitter Profile</a></span> Twitter </div> define twitter class in your CSS file .twitter{ background:url(yourimages.gif); padding:0 0 0 10px; /* you can change 10px to any value as it fit for your icon*/ } cheers.