Buttons and banners: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
No edit summary
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"
|-
! File Name
| Download_FreeMind_Button_180x60
|-
!Format
!PNG
!JPG
!GIF
|-
! Graphic
| [[Image:Download_FreeMind_Button_180x60.png|Download FreeMind 180x60 (png format)]]
| [[Image:Download_FreeMind_Button_180x60.jpg|Download FreeMind 180x60 (jpg format)]]
| [[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
|-
|}


<div>
[[Image:Download_FreeMind_Button_180x60.png|Download FreeMind 180x60 (png format)]]
<div class="thumbcaption" >180x60 png format</div>
</div>
<div>
[[Image:Download_FreeMind_Button_180x60.jpg|Download FreeMind 180x60 (jpg format)]]
<div class="thumbcaption" >180x60 jpg format</div>
</div>
<div>
[[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
<div class="thumbcaption" >180x60 gif format</div>
</div>


Use the following code to put this button on your web page<sup>1</sup>:
Use the following code to put this button on your web page<sup>1</sup>:

Revision as of 16:54, 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.

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 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"