Most base libraries now loaded from googleapis. Changes to the way LiveGridForms...
[infodrom/rico3] / examples / html / events.html
index e2730e3..98a9ab2 100644 (file)
@@ -56,7 +56,7 @@ Rico.onLoad(function() {
 
 <body>
 
-<table id='explanation' border='0' cellpadding='0' cellspacing='5' style='clear:both'><tr valign='top'><td>
+<div id='explanation'>
 Base Library: 
 <script type='text/javascript'>
 document.write(Rico.Lib+' '+Rico.LibVersion);
@@ -66,21 +66,7 @@ document.write(Rico.Lib+' '+Rico.LibVersion);
 <p>In this example, the "Add" button adds an event to the "Test" button. 
 Conversely, the "Remove" button removes that event from the "Test" button.
 </p>
-</td>
-<td>
-<script type="text/javascript"><!--
-google_ad_client = "pub-7218597156507462";
-/* 125x125, created 5/11/09 */
-google_ad_slot = "9298106441";
-google_ad_width = 125;
-google_ad_height = 125;
-//-->
-</script>
-<script type="text/javascript"
-src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-</script>
-</td>
-</tr></table>
+</div>
 
 <p>
 <button id='addA'>Add event to A</button>