|
HOME articles tutorials tool directory about |
|
|
|
|
The HTML to create a layout table with two columns<HTML><BODY> <TABLE WIDTH="100%" BORDER="1" CELLPADDING="5" ALIGN="center"> <TR ALIGN="left" VALIGN="top"> <TD WIDTH="20%" ALIGN="center" BGCOLOR="Silver">This is the navigation column.</TD> <TD WIDTH="80%"> This column holds the main detail of the page. It can contain lots of text, links, and images. As you add more content to this cell, the table will automatically grow longer. Or, if you prefer, you can set the height of a particular cell using the height attribute, which will also increase the height of other cells in the same row.</TD> </TR> </TABLE> </BODY> </HTML> |
|
|
HOME articles tutorials tool directory about (c) copyright 2000-2010 Anventure. All
Rights Reserved.
|
||