Difficulty: Easy
Instructions
Things You'll Need:
- Text-editing program
-
Step 1
Open the web page using a text editing program like Notepad or EditPad. Place the cursor just below the heading of the page.
-
Step 2
Insert a table by typing the following:
This indicates to the browser that a table without a border is beginning, and that the table will span the length of the browser window.
Step 3Begin the column by typing:
to close the row.
This stands for Table Row and indicates the first row.Step 4Add the first column by typing the following:
. TD stands for Table Data and Width indicates the percentage of the table the first column will take up. .Step 5Close the first column by typing
Step 6Add a second column by typing:
. This indicates the second column will take up the remaining percentage of the table. .Step 7Close the second column by typing
Step 8Type
Step 9Save the file and open a web browser. Open the page in the web browser to view the column placement.
Tips & Warnings- You can use pixels instead of percentages to determine the length of each column.
- If you are having trouble visualizing the placement of the columns, try typing the word COLUMN before the closing column tags. This will allow you to see where the text would be placed within the column.
- See the eHow tutorial 'How to Create a Table' for more information about tables.
- HTML 4.0 offers a wide array of table formatting options, including borders, cell colors, and using a background color within a single cell. Consult an HTML reference manual for more information.
eHow_eHow Technology and ElectronicseHow Article: How to Make Columns on a Web Page










Comments
vortex100 said
on 8/13/2009 Well, this is pretty darn useless. I think the code was deleted because HTML is not allowed in the text of an article. Hmmm.
ginaroperti said
on 7/10/2008 the code to type is missing????
ginaroperti said
on 7/10/2008 the code to type is missing????