General Info
BrightSite
bright.net Homepage
 

Frames and tables

Frames

Frames
<frameset cols="191,*">
<frame name="menu" target="main" src="menu.php">
<frame name="main" src="main.php">
<noframes>


More on frames later...


Tables

   
   

<table border="1" width="100%"> Begins making a table with a 1 pixel border, the table will be 100% the width of its location

<tr> Starts a row in a table.

<td width="50%">&nbsp;</td> Sets the width of a cell in the table.

<td width="50%">&nbsp;</td> Sets the width of a cell in the table.

</tr> Ends a row in a table.

<tr>

<td width="50%">&nbsp;</td>

<td width="50%">&nbsp;</td>

</tr>

</table>



BRIGHT, BRIGHT.NET,, BRIGHTSITE, and MY MAIL, are trademarks of CNI and may not be used without permission.