Buttons and banners

From FreeMind
Jump to navigationJump to search

How You Can Help - Add A FreeMind Button To Your Site

Put one of our stylish buttons on your website and make it easier for everyone to get FreeMind. Even better, create some more buttons and banners to help raise awareness of FreeMind.

Buttons and Banners
File Name Download_FreeMind_Button_180x60
Format PNG JPG GIF
Graphic
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
File Name Download_FreeMind_Button_180x60
Format PNG JPG GIF
Graphic
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination


Use the following code to put these on your web page1:

 <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  title="Image:filename.png"  >
  <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png" 
  alt="Get FreeMind"/>
 </a>

1Note: Please download the graphic and put it on your site, too. That will ensure your site isn't slowed down if ours is busy. In windows, you can download the image by right-clicking on it and choosing Save Image As .... Also make sure you change the extension of the file to match the format of the file you download. For instance, if you download the jpeg file rather than the png file, change the file name in the image tag. For example:

 <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"
        -- would become --
 <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.jpg"