Buttons and banners: Difference between revisions

From FreeMind
Jump to navigationJump to search
Line 2: Line 2:


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.
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.
{| class="wikitable"
{| class="wikitable" style="text-align:center"
|-
|-
! Buttons and Banners
! Buttons and Banners
Line 40: Line 40:
<pre>
<pre>
  <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
   title="Image:filename.png"  >
   title="Image:filename.ext"  >
   <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"  
   <img src="/wiki/images/b/b2/filename.ext"  
   alt="Get FreeMind"/>
   alt="Get FreeMind"/>
  </a>
  </a>
</pre>
</pre>


<sup>1</sup>'''Note:''' 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 <code>Save Image As ...</code>. 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 <code>jpeg</code> file rather than the <code>png</code> file, change the file name in the image tag. For example:
<sup>1</sup>'''Note:''' 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 <code>Save Image As ...</code>. Also make sure you change '''filename.ext'''. For instance, if you download the <code>Get_Freemind.jpg</code> file, change the file name to <code>Get_Freemind.jpg</code>. For example:
<pre>
<pre>
  <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"
title="Image:filename.ext" >
  <img src="/wiki/images/b/b2/filename.ext"
         -- would become --
         -- would become --
  <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.jpg"
title="Image:Get_Freemind_Button_125x50.jpg" >
  <img src="/your directory/Get_Freemind_Button_125x50.jpg"
</pre>
</pre>

Revision as of 17:14, 1 October 2007

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.ext"  >
  <img src="/wiki/images/b/b2/filename.ext" 
  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 filename.ext. For instance, if you download the Get_Freemind.jpg file, change the file name to Get_Freemind.jpg. For example:

 title="Image:filename.ext" >
 <img src="/wiki/images/b/b2/filename.ext"
        -- would become --
 title="Image:Get_Freemind_Button_125x50.jpg" >
 <img src="/your directory/Get_Freemind_Button_125x50.jpg"