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

Free Web Template: A Polaroid or Instant Photo with CSS

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.

This is not a complete Web page. You should paste this HTML into the body of an existing Web page.

Plain Polaroid

<div class="contain">
  <div class="polar">
    <div class="image">
      <img src="cow_parade.jpg" alt="Prague Cow Parade">
    </div>
  </div>
</div>

Polaroid with Caption

<div class="contain">
  <div class="polar captioned">
    <div class="image">
      <img src="cow_parade.jpg" alt="Prague Cow Parade">
    </div>
  </div>
  <p class="caption">Cow in the Parade</p>
</div>

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 Polaroid or Instant Photo with CSS Layout
More XHTML CSS Layout Templates

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. Web Design
  5. Principles of Web Design
  6. Layout
  7. Web Site Templates
  8. Free Web Templates
  9. Free Web Template: A Polaroid or Instant Photo with CSS - The XHTML

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

All rights reserved.