Posts

Showing posts from February, 2008

Add image in the blogger link list

I wanted to add link on my blog to blogs I read regularly. Ok, I've found the Link List module, I add it. Add few link I like... But, some of the blogs are in French other in English... So I've obviously tried to insert some <img> or even <span>... nothing works... So I used the hard way : I've modified my template to add prototype + script.aculo.us <head> ... <script src='http://mansonthomas.com/js/lib/prototype.js' type='text/javascript'> </script> <script src='http://mansonthomas.com/js/lib/scriptaculous.js' type='text/javascript'> </script> <script src='http://mansonthomas.com/js/blogger.js' type='text/javascript'> </script> </head> I used the text inside the <a> as a prototype template . For example : #{fr} Rank My Day | Référencement And wrote this code to change #{fr} into a nice flag (with many thanks to www.famfamfam.com for his works on all great ico