Buttons and banners

From FreeMind
Revision as of 16:06, 1 October 2007 by Rben13 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Error creating thumbnail: Unable to save thumbnail to destination
180x60 png format
Error creating thumbnail: Unable to save thumbnail to destination
180x60 jpg format
Error creating thumbnail: Unable to save thumbnail to destination
180x60 gif format

Use the following code to put this button on your web page1:

 <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  title="Image:Download_FreeMind_Button_180x60.png">
  <img src="/wiki/images/b/b2/Download_FreeMind_Button_180x60.png" 
  alt="Download FreeMind"/>
 </a>
Error creating thumbnail: Unable to save thumbnail to destination
125x50 (png format)
Error creating thumbnail: Unable to save thumbnail to destination
125x50 (jpg format)
Error creating thumbnail: Unable to save thumbnail to destination
125x50 (gif format)

Use the following code to put this button on your web page1:

 <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  title="Image:Get_Freemind_Button_125x50.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"