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

Free Web Template: Calendar Layout

By , About.com Guide

Calendar Layout

Calendar Layout

Screen shot by J Kyrnin
About this Web Template:

Calendars are a tricky thing to build by hand, but they are a perfect example of a Web layout that is appropriate for a table. There is a header row (the days of the week) and there is data in the columns.

This calendar has the following features:

  • Week starts on Sunday
  • Weekend days are highlighted
  • Days not in the month are numbered, and highlighted differently
  • Each day can hold as much content as you need - the overflow property keeps the cells all the same height and width.

See The Template

Works in Browsers:

Windows

  • Firefox and Mozilla 1 and 2
  • Internet Explorer 7 and 6
  • Opera 8.5 and 9

Macintosh

  • Firefox and Mozilla 1 and 2
  • Netscape 7
  • Safari 1 and 2
Details:
  • Place the text for each day within the <div class="day"> container. This will insure that the boxes stay the same size.
  • Style the class ".date" if you want to change the number
  • Previous and next month days are styled with the classes "previous" and "next" respectively
  • If you don't want the numbers for previous and next months, add the style:
    .previous .date, .next .date { display: none; }
To Use the Free Web Template:
  1. Copy the HTML into a document on your Web server
  2. Copy the CSS into a document named styles.css and place it in the same folder
  3. Link to the CSS in the head of your document
  4. Publish the Web page, CSS, and image file
The Web Site Template Data:
More Web Site Templates:
Terms of Use:

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.

Explore Web Design / HTML
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  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: Calendar Layout>

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

All rights reserved.