All pastes #709716 Raw Edit

Something

public text v1 · immutable
#709716 ·published 2007-09-24 22:11 UTC
rendered paste body
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
    "http://www.w3.org/TR/html4/strict.dtd">
<html>
 <head>
  <title>Testing CSS Layout</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <LINK href="style.css" rel="stylesheet" type="text/css" media="screen">
 </head>

<body>

<div id="container">

<div id="header">
	<!-- content site logo area -->
	<img src="header.jpg" alt="site logo here">
</div>

<div id="nav">
	<!-- content navigation link area -->
	<h2>Home</h2>
	<p><a href="index.php">Home</a></p>
	<p><a href="">Contact</a></p>
	<p><a href="">Forums</a></p>
	<h2>Store</h2>
	<p><a href="">Comics</a></p>
	<p><a href="">DVDs</a></p>
	<p><a href="">Games</a></p>
	<p><a href="">TCG</a></p>
	<p><a href="">Video Games</a></p>
</div>

<div id="content">
	<!-- content window area -->
	<h2>Welcome Home</h2>
	<p><?php echo date('M d, Y'); ?></p>
	<br/><br/><br/><br/><br/><br/><br/><br/>
</div>

<div id="adspace">
	<!-- adspace and banners here -->
	<h2>New Releases</h2>
	<p><?php echo date('M d, Y'); ?></p>
</div>

<div id="footer">
	<!-- footer information here -->
	<p>The contents of this website are copyright &copy; 2000 - <?php echo date ('Y'); ?> Wizards Arcade.
	   Properties used are the copyright, trademark, and(or) servicemark of their respective owner, and used without permission.</p>
</div>

</div>

</body>

</html>