2012年1月18日水曜日

GmailなどGoogleサービスのバナーを貼り付ける

GmailやGoogle カレンダー などに効率よくアクセスできるようにバナーを貼り付けます。
  • レイアウト > ガジェットの追加 > HTML/Javascript を追加する
  • タイトルは Gmail Calendar igoogle docs 
  • コンテンツは以下のHTMLを入力して、保存する
//////////////// HTML ////////////////////////

<center>
<table width=197px cellpadding=1 cellspacing=0>
<tr><td height=7px></td></tr>

<!-- ▼▼ Gmail  -->
<tr><td>
<a href="http://mail.google.com/" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-17540gmail.jpg" border="0" /></a><a href="http://jp.0102030405.com/2011/10/gmail.html" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-2020question.png" border="0" /></a>
</td></tr>
<!-- ▲ Gmail  -->

<!-- ▼ Google Calendar  -->
<tr><td>
<a href="http://www.google.com/calendar" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-17540calendar.jpg" border="0" /></a><a href="http://jp.0102030405.com/2011/10/google-calendar.html" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-2020question.png" border="0" /></a>
</td></tr>
<!--  Google Calendar  -->

<!-- ▼ iGoogle  -->
<tr><td>
<a href="http://www.google.co.jp/ig" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-17540igoogle.jpg" border="0" /></a><a href="http://jp.0102030405.com/2011/10/igoogle.html" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-2020question.png" border="0" /></a>
</td></tr>
<!--  iGoogle  -->

<!-- ▼ Google Docs  -->
<tr><td>
<a href="http://docs.google.com/" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-17540docs.jpg" border="0" /></a><a href="http://jp.0102030405.com/2011/10/google-documents.html" target="_blank"><img src="http://www.hans-huber.com/0102030405/img/side-left/icon-2020question.png" border="0" /></a>
</td></tr>
<!--  Google Docs  -->

</table>
</center>

//////////////////////////////////////////////////////////////////////