Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>iShare - Lite [ Lightboxlightbox ]</title>
	</head>
 
	<body style="font-size: 75.0%;">
 
   		
		<link rel="stylesheet" href="http://www.no-margin-for-errors.com/wp-content/themes/NMFE/css/prettyPhoto.css" type="text/css" media="screen" />
 
   		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
 
   		<script src="http://www.no-margin-for-errors.com/wp-content/themes/NMFE/js/jquery.prettyPhoto.js" type="text/javascript"></script>
 
   		<script type="text/javascript" charset="utf-8">$(function(){ $("#atIshareLite").prettyPhoto();});</script>
 
   		<style>.pp_description,.pp_social,.pp_description{display:none !important;}</style>
 
   		
		<a id="atIshareLite" href="atLiteMap.html?iframe=true&width=320&height=340" rel="prettyPhoto[iframes]" title="iShareLite">Open iShareLite in Lightbox<lightBox</a>
		

	</body>
</html>

Where the href="atLiteMap.html is your iShare Lite page as defined in the iShare Lite Map Example code.