- 1). Right-click the HTML file that contains your HTML table and select "Open With" in the pop-up menu. Click "Notepad" and click "Open" to view your code in the text editor.
- 2). Scroll down the page to the location of your table. Determine which cell you want to edit. Each table cell is denoted using the "<td>" tag.
- 3). Add the "valign" property to the cell. For instance, the following code displays the information in the middle of the cell:
<td valign="middle"></td> - 4). Hold the "Ctrl" key down and press "S." This saves your new HTML changes. Double-click the file on your hard drive to view your code changes in a Web browser.
previous post
next post