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

Free Web Template: Wrap Text Around an Image Layout

The CSS

By Jennifer Kyrnin, About.com

Copy the CSS into a file called styles.css. Save this in the same directory as your HTML document. Be sure to not copy the advertisement copy that may appear within the code.

html, body, div {
margin: 0px;
padding: 0px;
border: 0px;
font: normal 1em Arial, Geneva, Helvetica;
}
#redball {
background-image: url(redball.gif);
background-repeat: no-repeat;
background-attachment: scroll;
margin: 0px;
padding: 0px;
border: 0px;
}
.flow {
float: left;
clear: left;
margin: 0px 1.25em 0px 0px;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.25em;
}
h3 {
font-size: 1.1em;
}

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.