Buttons and banners: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
Line 3: Line 3:
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"
|-
! Buttons and Banners
|-
|-
! File Name
! File Name
Line 17: Line 19:
| [[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
| [[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
|-
|-
! File Name
| Download_FreeMind_Button_180x60
|-
!Format
!PNG
!JPG
!GIF
|-
! Graphic
| [[Image:Get_Freemind_Button_125x50.png|Get FreeMind 125x50 (png format)]]
| [[Image:Get_Freemind_Button_125x50.jpg|Get FreeMind 125x50 (jpg format)]]
| [[Image:Get_Freemind_Button_125x50.gif|Get FreeMind 125x50 (gif format)]]
|-
|}
|}




Use the following code to put this button on your web page<sup>1</sup>:
Use the following code to put these on your web page<sup>1</sup>:
 
<pre>
<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>
</pre>
 
<div>
[[Image:Get_Freemind_Button_125x50.png|Get FreeMind Button 125x50 (png format)]]
<div class="thumbcaption" >125x50 (png format)</div>
</div>
 
<div>
[[Image:Get_Freemind_Button_125x50.jpg]]
<div class="thumbcaption" >125x50 (jpg format)</div>
</div>
 
<div>
[[Image:Get_Freemind_Button_125x50.gif]]
<div class="thumbcaption" >125x50 (gif format)</div>
</div>
Use the following code to put this button on your web page<sup>1</sup>:


<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:Get_Freemind_Button_125x50.png">
   title="Image:filename.png" >
   <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"  
   <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"  
   alt="Get FreeMind"/>
   alt="Get FreeMind"/>

Revision as of 17:05, 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.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"