Personal Web Pages

  1. Home
  2. Computing & Technology
  3. Personal Web Pages

Jumping Over Tables - For Fun, Design and Organizing

By Linda Roeder, About.com

8 of 10

Table Frame

Table Frame

Table Frame

frame

The frame tag will create a frame on the top (above) or bottom (below) of your table instead of all the way around like the border tag does.

The code for the frame tag goes inside the table tags. The border tag is still used to define the size of the frame. The code will look like this:

<table border="3" frame="below">
<tr>
<td>row 1, column 1</td><td>row 1, columnn 2</td>
</tr>
</table>

Below is what this looks like:

Explore Personal Web Pages

About.com Special Features

Personal Web Pages

  1. Home
  2. Computing & Technology
  3. Personal Web Pages
  4. Tables
  5. Table Frame

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

All rights reserved.