<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="/examples/css/main.css" rel="stylesheet" type="text/css">
<link href="/css/fonts.css" rel="stylesheet" type="text/css">
<link href="/css/colors.css" rel="stylesheet" type="text/css">
<link href="/css/bluetheme.php" rel="stylesheet" type="text/css">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>phpHtmlLib Example 3 - PageWidget child</title>
</head>
<body id="body">
<!-- HEADER BLOCK BEGIN //-->
<div class="pageheader">HEADER BLOCK AREA</div>
<!-- HEADER BLOCK END //-->
<div id="phphtmllib">
<!-- MAIN BLOCK BEGIN //-->
<div id="maincontent">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="leftblock">
<div class="leftblock">
<div style="padding-left: 6px;">LEFT BLOCK</div>
</div>
</td>
<td class="divider"> </td>
<td class="rightblock">
CONTENT BLOCK
<br><br>
<a href="/examples/example3.php?debug=1">Show Debug source</a>
<br><br><br><br><br><br><br><br><br><br>
</td>
</tr>
</table>
</div>
<!-- MAIN BLOCK END //-->
</div>
<!-- FOOTER BLOCK BEGIN //-->
<div id="footerblock">FOOTER BLOCK</div>
<!-- FOOTER BLOCK END //-->
</body>
</html>