Link to HubbleSite
117 x 30 Pixel Buttons
Transparent 125 x 125 Pixel Buttons
234 x 60 Pixel Buttons
Standard HubbleSite Logo Designs
The HubbleSite logo can be used in a variety of ways; however the standard designs below are preferred.
Put HubbleSite data on your website
There are many ways that you can include HubbleSite press release information on your own website. Here are a few ways in which to accomplish this, in varying degrees of complexity.
Simple
You can grab the latest image from HubbleSite, and link it to more information on HubbleSite. Place the following HTML code into your webpage:
<img src="http://hubblesite.org/newscenter/latest_thumb.php" width="80" height="80" alt="Latest News from HubbleSite" border="0" />
</a>
Just as Simple
Instead of just getting a plain image, and a generic link to the main news section, you could instead link in the following manner which will give you an image that has the title of the latest press release on it, and a URL that will take you directly to that release. Place the following HTML code into your webpage:
<img src="http://hubblesite.org/newscenter/latest_big.php" width="250" height="150" alt="Latest News from HubbleSite" border="0" />
</a>
Very Complicated
If you are programming savvy, and wish to pull information from our website and customize it to suite your needs, we provide an RSS feed for NewsCenter. You can access this file and parse whatever data you wish from it.
You can find this file at http://hubblesite.org/newscenter/newscenter_rss.php










