
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

/** This are the options for the iframe. See all possible options in the documenation 
 *  or standalone-advanced-iframe.php 
 */
$iframeStandaloneOptions = array(
   'id' => 'example3',
   'name' => 'example3',
   'src' => '../example/example_detail1.html', 
   'width' => '700',
   'height' => '100',
   'onload_resize' => 'true',
   'iframe_hide_elements' => '#iframe-header,#iframe-footer,#iframe-navigation a',
   'iframe_content_id' => '#iframe-navigation',
   'iframe_content_styles' => 'color:#f00' 
);    
?>