Film Magic Structural Markup and Integration With Dotnet'S Rendering Engine
Film Magic Structural Markup and Integration With Dotnet'S Rendering Engine
<html>
<head>
<title>FILM MAGIC</title>
</head>
<body id="bod" leftmargin="0" topmargin="0" marginheight="0">
<!--
######################################################################
######################
Nested within the BODY tag, the site's layout is divided into 2 main containers: #filmBod
and #filmFooter. filmBod consists of the header region, the navigation region, and the
contents region(leftnav and gallery/free-flow grid). The filmFooter container contains the
footer information.
######################################################################
###########################-->
<!--SECTION FILMBOD: This is the main container for the entire site without the footer.
This container has 3 main regions: 1.Header(#headerDiv), 2.HeaderBottom or
navigation(#headerBottom), and 3.Contents(#leftNav & #mainXontant)-->
<div id="filmBod">
<!-- INJECT ascx skin for navigation UL list, can add elements to
skins-->
<ul id="menu" >
<li ><a href="#" >Home</a></li>
<li class="active"><a href="#" >Headlines</a></li>
<li ><a href="#">Help</a></li>
<li ><a href="#">About</a></li>
</ul>
</div><!--Ends headerBottom-->
<div id="mainRegularEventHeading"/>
<div id="calenderTop">
<img src="calender4.png"/>
<fieldset class="calenderTitle" >CALENDER</fieldset>
</div>
</td>
</tr>
</table>
</div>
</div><!--Ends MainBod-->