- 1). Open the page you want to add columns to in your web editing application.
- 2). Type <table> </table> in the body of your HTML code and replace "500px" with the number of pixels you want for the width of the entire table.
- 3). Type <tr> </tr> in between the table tags from Step 2.
- 4). Type <td> </td> in between the tr tags from Step 3. Then replace "250px" with the width size you want for the first column of your table.
- 5). Repeat Step 4 for every additional column that you want in your table.
- 6). Place text, images or other HTML content in between the td tags from Steps 4 and 5. When a web browser reads through the HTML code, it will automatically separate the content into even columns.
previous post