Hello everyone!
I have a little problem.. I use the google mashup map plugin with my wordpress website and it works perfect.. I wanted to show the category legend above the map so I wrote this: <?php echo GeoMashup::category_legend(); ?> in my index.php, also works great... but I want to show the category legend horizontal instead of vertical. But I have no idea how!
I tried <?php echo GeoMashup::category_legend('display="inline"'); ?> but that didnt work.. Help!