Inline Frames

Hello,

I am trying to put some pages inside an i-frame. Mine you I am not done coding. Where would I place the code for the i-frame? Here is my codes so far:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<title>Alpha Chapter - Delta Gamma Pi MC Sorority</title>
</head>
<link rel=“stylesheet” type=“text/css” href=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi\dgpstyle.css” />
<BODY bgColor=#000000><!–msnavigation–>
<TABLE cellSpacing=0 cellPadding=0 width=“100%” border=0>
<TBODY>
<TR>
<TD>
<TABLE id=AutoNumber1 style=“BORDER-COLLAPSE: collapse” cellSpacing=0
cellPadding=0 border=0>
<TBODY>
<TR>
<TD width=“100%”><IMG height=25
src=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi\BANNER_dgptop.jpg” width=990
border=0></TD></TR>
<TR>
<TD width=“100%”><IMG height=150
src=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi.jpg” width=990
border=0></TD></TR>
<TR>
<TD width=“100%”><IMG height=25
src=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi\BANNER_dgpbottom.jpg” width=990
border=0></TD></TR>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<a href=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi\home.htm”><img src=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi\BANNER_LINKS1historytop.jpg” border=0 IMG height=20 img width=250></a><br>
</td>
</tr>
<tr>
<td>
<a href=“C:\Documents and Settings\Owner\My Documents\Delta Gamma Pi”><img src=“2.gif” border=0></a><br>
</td>
</tr>
<tr>
<td>
<a href=“3.htm”><img src=“3.gif” border=0></a><br>
</td>
</tr>
</table>
</table>
</body>
</html>

Thanks!