1. Home
  2. Computing & Technology
  3. Web Design / HTML

Free Web Template: Wrap Text Around an Image Layout

The XHTML

By Jennifer Kyrnin, About.com

Copy the XHTML into your document. Be sure to not copy the advertisement copy that may appear within the 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>
<title>Wrap Around an Image Layout</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="redball">
<div class="flow" style="width:150px; height:20px;"> </div>
<div class="flow" style="width:160px; height:20px;"> </div>
<div class="flow" style="width:170px; height:20px;"> </div>
<div class="flow" style="width:180px; height:20px;"> </div>
<div class="flow" style="width:190px; height:20px;"> </div>
<div class="flow" style="width:190px; height:20px;"> </div>
<div class="flow" style="width:180px; height:20px;"> </div>
<div class="flow" style="width:170px; height:20px;"> </div>
<div class="flow" style="width:160px; height:20px;"> </div>
<div class="flow" style="width:150px; height:20px;"> </div>
<h1>Header</h1>
<p>Ut labore et dolore magna aliqua. Quis nostrud exercitation ut enim ad minim
veniam, consectetur adipisicing elit. Lorem ipsum dolor sit amet, ut aliquip
ex ea commodo consequat.</p>
<p>Mollit anim id est laborum. Duis aute irure dolor sunt in culpa cupidatat
non proident. Lorem ipsum dolor sit amet, sed do eiusmod tempor incididunt
quis nostrud exercitation. Mollit anim id est laborum.</p>
<h2>Sub-Head</h2>
<p>Sunt in culpa consectetur adipisicing elit, ut enim ad minim veniam. In
reprehenderit in voluptate duis aute irure dolor ut aliquip ex ea commodo
consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt. Cupidatat non proident, sunt in culpa velit
esse cillum dolore. Qui officia deserunt eu fugiat nulla pariatur.</p>
<h3>Sub-sub-Head</h3>
<p>Lorem ipsum dolor sit amet, ut aliquip ex ea commodo consequat. Ut labore
et dolore magna aliqua. Excepteur sint occaecat cupidatat non proident, velit
esse cillum dolore. Ut enim ad minim veniam, lorem ipsum dolor sit amet,
velit esse cillum dolore. Ullamco laboris nisi eu fugiat nulla pariatur.</p>
<p>In reprehenderit in voluptate cupidatat non proident, sed do eiusmod tempor
incididunt. Excepteur sint occaecat duis aute irure dolor eu fugiat nulla
pariatur. Qui officia deserunt ut enim ad minim veniam, consectetur adipisicing
elit.</p>

</div>
</body>
</html>

You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 8/29/2004.

Return to Wrap Text Around an Image Layout

More XHTML CSS Layout Templates

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2008 About.com, a part of The New York Times Company.

All rights reserved.