Return to Snippet

Revision: 55523
at February 10, 2012 04:04 by amichels


Updated Code
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
	<div id="content">
    	<div id="header">
        	<div id="header_left">
            	<img id="header_logo" alt="" />
            </div>
            <div id="header_right">
            	<div id="contact_info"></div>
            </div>
        </div><!-- End Header -->
        
        <ul id="main_nav">
        </ul><!-- End Main Nav -->
        
        <div id="left_sec">
        	<ul id="lef_nav">
            </ul>
        </div><!-- End Left Section -->
        
        <div id="top_sec">
        	<div id="rotator"></div>
        </div><!-- End Top Section -->
        
        <div id="mid_sec">
        
        </div><!-- End Middle Section -->
        
        <div id="bot_sec">
        	<div id="footer">
            	<div id="seo_text"></div>
                <div id="copyright"></div>
                <ul id="footer_nav"></ul>
                <div id="signature"></div>
                <img id="dis_logo" />
            </div><!-- End Footer -->
        </div><!-- End Bottom Section -->
    
    </div><!-- End Content-->
</body>
</html>

Revision: 55522
at February 10, 2012 04:01 by amichels


Initial Code
Dealer Impacts Systems

Initial URL


Initial Description
Basic layout of a typical template homepage

Initial Title
Homepage Skeleton

Initial Tags
html

Initial Language
HTML