The Full Calendar
Adding the Astronomical and Space Flight Calendar to you website is
easy. You can link to it directly at:
http://www.astroscan.net/astro/astrocal/
or
you can use the code below to incorporate the calendar into a
webpage.
<table border="1" width="805" bgcolor="#FFFFFF">
<tr>
<td><center>
<iframe src="http://www.astroscan.net/astro/astrocal/month.php"
width=800 height=1100 scrolling=auto></iframe></center>
</td>
</tr>
</table> |
The above code creates a table 805 pixels across with a white
background. The iframe tag then calls for the calendar.
You can use smaller sizes for the table and iframe, and the calendar
will try to adjust. If you get it too small though, you may
need to turn scrolling on.
Upcoming Events
List
To display the Upcoming Events (as seen on our main Space Flight
page) into your site use the following:
| <iframe height="300" width="225" scrolling="no" src="http://www.astroscan.net/astro/astrocal/upcoming.php"></iframe> |
Again, change the width and height tags to
meet your needs.